Browse code

mark uniform sampling test as a known failure in 2D

Joseph Weston authored on 16/11/2017 18:02:39 • Bas Nijholt committed on 20/11/2017 15:49:57
Showing 1 changed files
... ...
@@ -119,6 +119,7 @@ def test_uniform_sampling1D(learner_type, f, learner_kwargs):
119 119
     assert max(ivals) / min(ivals) < 2 + 1e-8
120 120
 
121 121
 
122
+@pytest.mark.xfail
122 123
 @run_with(Learner2D)
123 124
 def test_uniform_sampling2D(learner_type, f, learner_kwargs):
124 125
     """Points are sampled uniformly if no data is provided.