Skip to content

Commit

Permalink
Change of preshuffle back to True after test
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton committed Dec 6, 2024
1 parent 47fdb2f commit ad59439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudcasting/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def __init__(
history_mins=history_mins,
forecast_mins=forecast_mins,
sample_freq_mins=sample_freq_mins,
preshuffle=False,
preshuffle=True,
nan_to_num=nan_to_num,
)

Expand Down

0 comments on commit ad59439

Please sign in to comment.