Skip to content
Snippets Groups Projects
Commit 1a002b1b authored by Bas Nijholt's avatar Bas Nijholt
Browse files

xfail(LearnerND) for test_learner_performance_is_invariant_under_scaling

parent a995d832
No related branches found
No related tags found
1 merge request!128LearnerND scale output values before computing loss
Pipeline #13939 passed
......@@ -362,7 +362,9 @@ def test_expected_loss_improvement_is_less_than_total_loss(learner_type, f, lear
# XXX: This *should* pass (https://gitlab.kwant-project.org/qt/adaptive/issues/84)
# but we xfail it now, as Learner2D will be deprecated anyway
@run_with(Learner1D, xfail(Learner2D), LearnerND)
# The LearnerND fails sometimes, see
# https://gitlab.kwant-project.org/qt/adaptive/merge_requests/128#note_21807
@run_with(Learner1D, xfail(Learner2D), xfail(LearnerND))
def test_learner_performance_is_invariant_under_scaling(learner_type, f, learner_kwargs):
"""Learners behave identically under transformations that leave
the loss invariant.
......
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