Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 14, 2022
1 parent eef86d5 commit fb33bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ node_properties = DataFrame({
edge_properties = pd.DataFrame({
'start_node': np.array([0, 0, 1]),
'end_node': np.array([1, 2, 2]),
'type': np.array([0, 1, 1])
'type': np.array([1, 1, 1])
})

v = PointVasculature(node_properties=node_properties, edge_properties=edge_properties)
Expand Down

0 comments on commit fb33bce

Please sign in to comment.