Skip to content

Commit

Permalink
Temporary change of preshuffle to check code is working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton committed Dec 5, 2024
1 parent 6d8330a commit 47fdb2f
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=True,
preshuffle=False,
nan_to_num=nan_to_num,
)

Expand Down

0 comments on commit 47fdb2f

Please sign in to comment.