diff --git a/tomotools/tests/test_datasets.py b/tomotools/tests/test_datasets.py index ae95e0e..ec31653 100644 --- a/tomotools/tests/test_datasets.py +++ b/tomotools/tests/test_datasets.py @@ -22,8 +22,8 @@ def test_get_misaligned_simulated_series(self, misalign=True): stack = ds.get_catalyst_tilt_series(misalign=True) assert type(stack) is tomotools.TomoStack - def test_get_noisy_simulated_series(self, noise=True): - stack = ds.get_catalyst_tilt_series() + def test_get_noisy_simulated_series(self): + stack = ds.get_catalyst_tilt_series(noise=True) assert type(stack) is tomotools.TomoStack def test_get_noisy_misaligned_simulated_series(self, noise=True,