Skip to content

Commit 2a3db11

Browse files
committed
Fix cluster code in demo notebook
1 parent a7c4b9a commit 2a3db11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Notebooks/BlockSci Demo.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,9 @@
235235
"metadata": {},
236236
"outputs": [],
237237
"source": [
238-
"import blocksci.cluster_python\n",
239238
"# cluster_data_directory should be set to the directory containing the\n",
240239
"# output of the `clusterer` program\n",
241-
"cm = blocksci.cluster_python.ClusterManager(cluster_data_directory, chain)"
240+
"cm = blocksci.cluster.ClusterManager(cluster_data_directory, chain)"
242241
]
243242
},
244243
{

0 commit comments

Comments
 (0)