Skip to content
Snippets Groups Projects
Commit 441714a6 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update statistics test (simplistic)

parent 96948a92
No related branches found
No related tags found
7 merge requests!353add developments to release v1.5.0,!352Resolve "release v1.5.0",!351Lukas issue337 bug ci pipeline fails for docs,!350Resolve "upgrade code to TensorFlow V2",!342Include sample-uncertainty to wrf workflow,!337Resolve "Test Set Sample Uncertainty in PostProcessing",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
...@@ -224,7 +224,7 @@ class TestLog: ...@@ -224,7 +224,7 @@ class TestLog:
assert np.testing.assert_array_almost_equal(data_ref, data_test) is None assert np.testing.assert_array_almost_equal(data_ref, data_test) is None
class TestCreateSingleBootstrapRealization: class TestCreateBootstrapRealizations:
@pytest.fixture @pytest.fixture
def data(self): def data(self):
...@@ -255,14 +255,3 @@ class TestCreateSingleBootstrapRealization: ...@@ -255,14 +255,3 @@ class TestCreateSingleBootstrapRealization:
dim_name_model='model', n_boots=1000, dim_name_boots='boots') dim_name_model='model', n_boots=1000, dim_name_boots='boots')
assert isinstance(boot_data, xr.DataArray) assert isinstance(boot_data, xr.DataArray)
assert boot_data.shape == (1000,) assert boot_data.shape == (1000,)
class TestCalculateAverage:
pass
class TestCreateNBootstrapRealizations:
pass
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment