Skip to content

Commit 4b844e0

Browse files
Daniel ColesDaniel Coles
Daniel Coles
authored and
Daniel Coles
committed
Chore: added folder for metrics.
1 parent 0bcd651 commit 4b844e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/stop_level_punctuality/.gitkeep

Whitespace-only changes.

src/bus_metrics/aggregation/build_schedules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def punctuality_by_stop(
438438
.reset_index(drop=True)
439439
)
440440
pandas_df.to_csv(
441-
f"outputs/punctuality_by_stop_{test.region}_{test.date}.csv",
441+
f"data/stop_level_punctuality/punctuality_by_stop_{test.region}_{test.date}.csv", # noqa: E501
442442
index=False,
443443
)
444444

0 commit comments

Comments
 (0)