From ef54d18ffb1c97affdabb4b91154360cf3b9ab48 Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Thu, 28 Nov 2019 15:46:29 +0100 Subject: [PATCH] try to fix the other fail --- test/test_modules/test_pre_processing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_modules/test_pre_processing.py b/test/test_modules/test_pre_processing.py index 5120a26b..92efaf38 100644 --- a/test/test_modules/test_pre_processing.py +++ b/test/test_modules/test_pre_processing.py @@ -31,6 +31,7 @@ class TestPreProcessing: @pytest.fixture def obj_with_exp_setup(self): + RunEnvironment() ExperimentSetup(parser_args={}, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'], var_all_dict={'o3': 'dma8eu', 'temp': 'maximum'}, station_type="background") pre = object.__new__(PreProcessing) -- GitLab