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

test fix

parent d6489edf
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!103Lukas tech apply changes from 119
Pipeline #38184 passed
...@@ -97,7 +97,7 @@ class TestCreateShuffledData: ...@@ -97,7 +97,7 @@ class TestCreateShuffledData:
assert shuffled_data_clean.create_shuffled_data() is None assert shuffled_data_clean.create_shuffled_data() is None
assert caplog.record_tuples[0] == ('root', logging.INFO, "create / check shuffled bootstrap data") assert caplog.record_tuples[0] == ('root', logging.INFO, "create / check shuffled bootstrap data")
assert caplog.record_tuples[1] == ('root', logging.INFO, "create bootstap data for DEBW107") assert caplog.record_tuples[1] == ('root', logging.INFO, "create bootstap data for DEBW107")
assert caplog.record_tuples[5] == ('root', logging.INFO, "create bootstap data for DEBW013") assert caplog.record_tuples[3] == ('root', logging.INFO, "create bootstap data for DEBW013")
assert "DEBW107_o3_temp_hist7_nboots20_shuffled.nc" in os.listdir(data_path) assert "DEBW107_o3_temp_hist7_nboots20_shuffled.nc" in os.listdir(data_path)
assert "DEBW013_o3_temp_hist7_nboots20_shuffled.nc" in os.listdir(data_path) assert "DEBW013_o3_temp_hist7_nboots20_shuffled.nc" in os.listdir(data_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment