From 441714a69d9d302e37a92b904789f47e5169e71d Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 18 Oct 2021 12:49:48 +0200
Subject: [PATCH] update statistics test (simplistic)

---
 test/test_helpers/test_statistics.py | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/test/test_helpers/test_statistics.py b/test/test_helpers/test_statistics.py
index bab76bd9..f5148cdc 100644
--- a/test/test_helpers/test_statistics.py
+++ b/test/test_helpers/test_statistics.py
@@ -224,7 +224,7 @@ class TestLog:
         assert np.testing.assert_array_almost_equal(data_ref, data_test) is None
 
 
-class TestCreateSingleBootstrapRealization:
+class TestCreateBootstrapRealizations:
 
     @pytest.fixture
     def data(self):
@@ -255,14 +255,3 @@ class TestCreateSingleBootstrapRealization:
                                                     dim_name_model='model', n_boots=1000, dim_name_boots='boots')
         assert isinstance(boot_data, xr.DataArray)
         assert boot_data.shape == (1000,)
-
-
-
-
-
-class TestCalculateAverage:
-    pass
-
-
-class TestCreateNBootstrapRealizations:
-    pass
\ No newline at end of file
-- 
GitLab