Skip to content
Snippets Groups Projects
Commit ef54d18f authored by lukas leufen's avatar lukas leufen
Browse files

try to fix the other fail

parent 8f921e39
Branches
Tags
2 merge requests!17update to v0.4.0,!16handle station type
Pipeline #26611 passed
...@@ -31,6 +31,7 @@ class TestPreProcessing: ...@@ -31,6 +31,7 @@ class TestPreProcessing:
@pytest.fixture @pytest.fixture
def obj_with_exp_setup(self): def obj_with_exp_setup(self):
RunEnvironment()
ExperimentSetup(parser_args={}, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'], ExperimentSetup(parser_args={}, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'],
var_all_dict={'o3': 'dma8eu', 'temp': 'maximum'}, station_type="background") var_all_dict={'o3': 'dma8eu', 'temp': 'maximum'}, station_type="background")
pre = object.__new__(PreProcessing) pre = object.__new__(PreProcessing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment