Skip to content

Commit

Permalink
rename vehicle_socs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgemassmer committed Aug 10, 2023
1 parent 4e6e4f7 commit deef4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def generate(schedule, scenario, args):
with warnings.catch_warnings():
warnings.simplefilter('ignore', UserWarning)
# re-route output paths
args.save_soc = args.results_directory / "socs.csv"
args.save_soc = args.results_directory / "vehicle_socs.csv"
args.save_results = args.results_directory / "info.json"
args.save_timeseries = args.results_directory / "ts.csv"
generate_reports(scenario, vars(args).copy())
Expand Down

0 comments on commit deef4b9

Please sign in to comment.