Skip to content

Commit

Permalink
show difference of demo script in folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed May 23, 2024
1 parent 0b9ce10 commit d9e31f4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,10 @@
# Export important entries from SQL to CSV so that it can be further processed, e.g., by a simulation software
export_container_flow_manager = conflowgen.ExportContainerFlowManager()
export_container_flow_manager.export(
folder_name="demo-DEHAM-of-day--" + str(datetime.datetime.now()).replace(":", "-").replace(" ", "--").split(".")[0],
folder_name=(
"demo-DEHAM-inc-ramp-up-and-down-of-day--"
+ str(datetime.datetime.now()).replace(":", "-").replace(" ", "--").split(".")[0]
),
path_to_export_folder=os.path.join(this_dir, "export"),
file_format=conflowgen.ExportFileFormat.csv
)
Expand Down

0 comments on commit d9e31f4

Please sign in to comment.