Skip to content

Commit

Permalink
fixup! Add Coquimbo public transit assignment example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Dec 1, 2023
1 parent 27c5d1a commit e96c646
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

# %%
graph.create_edges()
graph.edges.drop(columns="geometry")
graph.edges

# %%
# Connector project matching
Expand All @@ -103,7 +103,7 @@
graph_db.vertices.drop(columns="geometry")

# %%
graph_db.edges.drop(columns="geometry")
graph_db.edges

# %%
# Converting to a AequilibraE graph object
Expand Down

0 comments on commit e96c646

Please sign in to comment.