Skip to content

Commit

Permalink
Fix typo in proposed change.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Feb 1, 2023
1 parent 9ccab24 commit 51583bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/research/20210104-spot_detection.ipynb
Expand Up @@ -1207,7 +1207,7 @@
"# # adjacency matrix\n",
"# A = define_edges(coords, 2)\n",
"# # create graph\n",
"# G=n.from_numpy_array(A)\n",
"# G=nx.from_numpy_array(A)\n",
"# # label each annotator on graph\n",
"# G_labeled = label_graph_ann(G, coords)\n",
"# # break up clusters with multiple spots from single annotator\n",
Expand Down

0 comments on commit 51583bd

Please sign in to comment.