Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 04ae725

Browse files
committed
fix: use col_exact=False to tolerate new metrics in BQML EVALUATE
1 parent 0d9b025 commit 04ae725

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/system/large/ml/test_forecasting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def test_arima_plus_model_fit_score(
8888
result,
8989
columns=expected_columns,
9090
index=2 if id_col_name else 1,
91+
col_exact=False,
9192
)
9293

9394
# save, load to ensure configuration was kept

tests/system/large/ml/test_llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def test_llm_gemini_score(llm_fine_tune_df_default_index, model_name):
198198
"evaluation_status",
199199
],
200200
index=1,
201+
col_exact=False,
201202
)
202203

203204

@@ -226,6 +227,7 @@ def test_llm_gemini_pro_score_params(llm_fine_tune_df_default_index, model_name)
226227
"label",
227228
"evaluation_status",
228229
],
230+
col_exact=False,
229231
)
230232

231233

0 commit comments

Comments
 (0)