# TODO: get graph length from graph object.
nr_of_simulation_steps=100000
for t in range(0, nr_of_simulation_steps):
# Generate graph filenames
expected_filepaths.append(
relative_output_dir + filename + f"t_{t}" + extension
)
Used to calculate this from a file, now you have the dict with the graphs with the timesteps in it (e.g. in the nodes, so look through the graph object how many timesteps were simulated instead.
In
stage_1_load_input_graphs.py
in stage 3:Used to calculate this from a file, now you have the dict with the graphs with the timesteps in it (e.g. in the nodes, so look through the graph object how many timesteps were simulated instead.