Skip to content

Commit

Permalink
? I'm not sure this wasn't added before
Browse files Browse the repository at this point in the history
  • Loading branch information
ianran committed Dec 14, 2023
1 parent e0aed87 commit aad5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/active_learning/test_active_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def test_active_learner_prefered_points_func():
prefs = al.get_prefered_set_of_pts(pts, -1)

with pytest.raises(ValueError):
prefs = al.get_prefered_set_of_pts(pts, 'walks into a bar and order asdklfjaskldfjadslf drinks')
prefs = al.get_prefered_set_of_pts(pts, 'walks into a bar and order asdfge drinks')

0 comments on commit aad5c24

Please sign in to comment.