From 21f31c2e796e00a5f563ad2f52a748d27162537e Mon Sep 17 00:00:00 2001 From: philipMartini <45294280+philipMartini@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:16:21 +0100 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4a2e7e3..fcd6d39 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ Structure Estimation Example from PyCTBN import JsonImporter from PyCTBN import SamplePath - from PyCTBNimport StructureEstimator + from PyCTBN import StructureEstimator def structure_estimation_example(): @@ -119,4 +119,4 @@ Structure Estimation Example # the adjacency matrix of the estimated structure print(se1.adjacency_matrix()) # save results to a json file - se1.save_results() \ No newline at end of file + se1.save_results()