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

try to find out about CI test failure

parent 873cdc31
Branches
Tags
2 merge requests!17update to v0.4.0,!16handle station type
Pipeline #26583 passed
...@@ -57,6 +57,7 @@ class TestDataGenerator: ...@@ -57,6 +57,7 @@ class TestDataGenerator:
def test_getitem(self, gen): def test_getitem(self, gen):
gen.kwargs = {'statistics_per_var': {'o3': 'dma8eu', 'temp': 'maximum'}} gen.kwargs = {'statistics_per_var': {'o3': 'dma8eu', 'temp': 'maximum'}}
station = gen["DEBW107"] station = gen["DEBW107"]
print(station)
assert len(station) == 2 assert len(station) == 2
assert station[0].Stations.data == "DEBW107" assert station[0].Stations.data == "DEBW107"
assert station[0].data.shape[1:] == (8, 1, 2) assert station[0].data.shape[1:] == (8, 1, 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment