Skip to content

Commit

Permalink
Change dataset dir
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOHara committed Oct 15, 2021
1 parent 1030104 commit 7559c13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/from_urbanair.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ def to_pandas_nodelist(G: nx.Graph) -> pd.DataFrame:
return pd.DataFrame([{"node": node, **data} for node, data in G.nodes(data=True)])


def main(
location: LondonaqLocationShort,
dataset_dir: Path = Path("/", "Users", "patrick", "Datasets", "pctsp", "londonaq"),
):
def main(location: LondonaqLocationShort, dataset_dir: Path):
"""Entrypoint for generating londonaq dataset"""
timestamp_id: LondonaqTimestamp = LondonaqTimestamp.A
name = londonaq_graph_name(location, timestamp_id)
Expand Down

0 comments on commit 7559c13

Please sign in to comment.