There was an error while loading. Please reload this page.
1 parent 1537871 commit 1acd75cCopy full SHA for 1acd75c
1 file changed
tests/test_model.py
@@ -100,11 +100,13 @@ def test_bris_predictor():
100
"%Y-%m-%dT%H:%M:%S",
101
)
102
103
- config.dataset = {
104
- "dataset": config.dataset,
105
- "start": config.start_date,
106
- "end": config.end_date,
107
- "frequency": config.frequency,
+ config.datasets = {
+ "data": {
+ "dataset": config.datasets.data,
+ "start": config.start_date,
+ "end": config.end_date,
108
+ "frequency": config.frequency,
109
+ }
110
}
111
112
datamodule = DataModule(
0 commit comments