From aad5c244a445565d4070e3a351f6307a44f806ee Mon Sep 17 00:00:00 2001 From: ianran Date: Wed, 13 Dec 2023 22:26:18 -0800 Subject: [PATCH] ? I'm not sure this wasn't added before --- tests/active_learning/test_active_learner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/active_learning/test_active_learner.py b/tests/active_learning/test_active_learner.py index 18d5cbc..db1ad25 100644 --- a/tests/active_learning/test_active_learner.py +++ b/tests/active_learning/test_active_learner.py @@ -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')