diff --git a/tests/data/test_datamodule.py b/tests/data/test_datamodule.py index 36115efb..0c497bbb 100644 --- a/tests/data/test_datamodule.py +++ b/tests/data/test_datamodule.py @@ -12,7 +12,6 @@ def test_init(): train_period=[None, None], val_period=[None, None], test_period=[None, None], - block_nwp_and_sat=False, batch_dir="tests/test_data/sample_batches", )