From 0321a6305335072ec8a9b3c1590166d607995324 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Sat, 26 Oct 2024 14:52:15 -0500 Subject: [PATCH 1/2] fix silly test --- tests/ai/test_classify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ai/test_classify.py b/tests/ai/test_classify.py index 238329af4..6da14cb90 100644 --- a/tests/ai/test_classify.py +++ b/tests/ai/test_classify.py @@ -125,7 +125,7 @@ def test_return_index(self): class TestExamples: @pytest.mark.flaky(max_runs=3) async def test_hogwarts_sorting_hat(self): - description = "Brave, daring, chivalrous -- it's Harry Potter!" + description = "Brave, daring, chivalrous -- canonical Harry or James Potter" house = marvin.classify( description, From 348f6163c542aebb92d25c7c548efc9589f6cdf3 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Sat, 26 Oct 2024 15:06:21 -0500 Subject: [PATCH 2/2] stupid 3.5 --- tests/ai/test_classify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ai/test_classify.py b/tests/ai/test_classify.py index 6da14cb90..3376ac322 100644 --- a/tests/ai/test_classify.py +++ b/tests/ai/test_classify.py @@ -125,7 +125,7 @@ def test_return_index(self): class TestExamples: @pytest.mark.flaky(max_runs=3) async def test_hogwarts_sorting_hat(self): - description = "Brave, daring, chivalrous -- canonical Harry or James Potter" + description = "Brave, daring, chivalrous -- Ron, Harry, and Hermione" house = marvin.classify( description,