From 6549adcefe0dc6166cd50bf0e8df754e368b8321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a?= Date: Thu, 16 Oct 2025 14:47:17 +0000 Subject: [PATCH] chore: remove global repr_mode setting from tests --- tests/system/small/bigquery/test_ai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system/small/bigquery/test_ai.py b/tests/system/small/bigquery/test_ai.py index 203de616ee..f2aa477168 100644 --- a/tests/system/small/bigquery/test_ai.py +++ b/tests/system/small/bigquery/test_ai.py @@ -285,7 +285,6 @@ def test_ai_if_multi_model(session): def test_ai_classify(session): s = bpd.Series(["cat", "orchid"], session=session) - bpd.options.display.repr_mode = "deferred" result = bbq.ai.classify(s, ["animal", "plant"])