From dbd26bb647d124f0859d96479bda9952292fc375 Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Wed, 3 Jun 2020 09:33:26 +0200 Subject: [PATCH] test fix --- test/test_data_handling/test_bootstraps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_data_handling/test_bootstraps.py b/test/test_data_handling/test_bootstraps.py index c2b814b7..7cd893ee 100644 --- a/test/test_data_handling/test_bootstraps.py +++ b/test/test_data_handling/test_bootstraps.py @@ -97,7 +97,7 @@ class TestCreateShuffledData: 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[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 "DEBW013_o3_temp_hist7_nboots20_shuffled.nc" in os.listdir(data_path) -- GitLab