Skip to content
Snippets Groups Projects
Commit d4f4ab8e authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Removing more remains of rebase

parent 3c9836bb
No related branches found
No related tags found
1 merge request!37Fix/post processing
Pipeline #52660 failed
...@@ -887,8 +887,6 @@ def test_calculate_sobol_pca(): ...@@ -887,8 +887,6 @@ def test_calculate_sobol_pca():
mm.fit([[0.2], [0.8]], {'Z': [[0.4, 0.4], [0.5, 0.6]]}) mm.fit([[0.2], [0.8]], {'Z': [[0.4, 0.4], [0.5, 0.6]]})
sobol, totalsobol = mm.calculate_sobol({'Z': np.array([[0.4, 0.4], [0.5, 0.6]])}) sobol, totalsobol = mm.calculate_sobol({'Z': np.array([[0.4, 0.4], [0.5, 0.6]])})
# TODO are there theory-related checks that could be applied here? # TODO are there theory-related checks that could be applied here?
<<<<<<< HEAD
=======
def test_calculate_sobol_pcanoy(): def test_calculate_sobol_pcanoy():
""" """
...@@ -906,4 +904,3 @@ def test_calculate_sobol_pcanoy(): ...@@ -906,4 +904,3 @@ def test_calculate_sobol_pcanoy():
mm.calculate_sobol() mm.calculate_sobol()
assert str(excinfo.value) == ("Calculation of Sobol' indices with PCA expects training outputs, but none are given.") assert str(excinfo.value) == ("Calculation of Sobol' indices with PCA expects training outputs, but none are given.")
>>>>>>> fb608a8b17595e3ddbb737043787e6d28266d003
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