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

more print statements

parent 13f8c0ec
No related branches found
No related tags found
2 merge requests!17update to v0.4.0,!16handle station type
Pipeline #26594 passed
......@@ -55,7 +55,9 @@ class TestDataGenerator:
assert i == gen._iterator
def test_getitem(self, gen):
print(gen)
gen.kwargs = {'statistics_per_var': {'o3': 'dma8eu', 'temp': 'maximum'}}
print(gen)
station = gen["DEBW107"]
print(station)
assert len(station) == 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment