From c8b2a69f7d3d530151f4dd23e462f556f3054202 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 25 Oct 2023 08:17:13 -0700 Subject: [PATCH] fix: typo 2023 -> 2024 --- tests/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 19ea78f7a6..c509416148 100755 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -276,7 +276,7 @@ def test_svm(self): "model_builders_xgboost_shap", None, None, - (2023, "P", 1), + (2024, "P", 1), ["xgboost"], ), ("model_builders_catboost", None, None, (2021, "P", 4), ["catboost"]),