Skip to content

Commit

Permalink
Merge pull request #81 from Urban-Analytics-Technology-Platform/53-pa…
Browse files Browse the repository at this point in the history
…ths-with-79

Fix missing `plot_scatter_actual_reported` args
  • Loading branch information
sgreenbury authored Jan 31, 2025
2 parents 8f87677 + 6dd2dd5 commit 754aadd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/3.3_assign_facility_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ def main(config_file):
y_col="time",
x_label="Reported Travel TIme (min)",
y_label="Modelled time (min)",
detour_factor=config.feasible_assignment.detour_factor,
decay_rate=config.feasible_assignment.decay_rate,
x_axis_max=180,
crs=f"EPSG:{config.output_crs}",
title_prefix="Scatter plot of TripTotalTime vs. Modelled time",
save_dir=config.output_path / "plots/assigning/",
Expand Down

0 comments on commit 754aadd

Please sign in to comment.