Skip to content

Commit

Permalink
Update ocf_datapipes/training/common.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Bieker <[email protected]>
  • Loading branch information
dfulu and jacobbieker authored Oct 24, 2023
1 parent 9ccadeb commit d539a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocf_datapipes/training/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def get_and_return_overlapping_time_periods_and_t0(used_datapipes: dict, key_for
for i, key in enumerate(list(datapipes_to_return.keys())):
datapipes_to_return[key + "_t0"] = t0_datapipes[i]

# Read config for later
# Re-add config for later
datapipes_to_return["config"] = configuration
if "topo" in used_datapipes.keys():
datapipes_to_return["topo"] = used_datapipes["topo"]
Expand Down

0 comments on commit d539a77

Please sign in to comment.