Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
louisPoulain committed Sep 6, 2024
1 parent 9f06ade commit 8fd19ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_train_fromfile(tmp_path, cfg):
datasplitter = DataSplitter(
splitter_options.time_split, splitter_options.station_split
)
datanormalizer = DataTransformer(**["normalizer"])
datanormalizer = DataTransformer(**cfg["normalizer"])
batch_dims = ["forecast_reference_time", "t", "station"]
datamodule = DataModule(
features=cfg["features"],
Expand Down

0 comments on commit 8fd19ad

Please sign in to comment.