Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielspadon authored Feb 6, 2019
1 parent 15e59ce commit 18558f8
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 @@ -42,7 +42,7 @@ p_graph = from_osmnx(oxg=oxg, use_label=True)
d_graph = dual_mapper(primal_graph=p_graph, min_angle=120)

# you must create the data directory before running this command
write_graphml(graph=d_graph, filename='file.graphml', directory='data')
dxg = write_graphml(graph=d_graph, filename='file.graphml', directory='data')
write_supplementary(graph=d_graph, filename='supplementary.txt', directory='data')
```

Expand Down

0 comments on commit 18558f8

Please sign in to comment.