From eaa94f781818bf0271d9b786b210eefcdc43ced1 Mon Sep 17 00:00:00 2001 From: James Fulton Date: Tue, 9 Jan 2024 10:54:48 +0000 Subject: [PATCH] remove old param --- tests/data/test_datamodule.py | 1 - 1 file changed, 1 deletion(-) 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", )