Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Feb 26, 2025
1 parent 5fbf202 commit a970803
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_sklearn_nearest_neighbour_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,10 @@ def test_model_knn_iris_classifier_multi_reg3_weight(self):
reason="onnxruntime not recent enough",
)
@ignore_warnings(category=DeprecationWarning)
@unittest.skipIf(
pv.Version(ort_version) <= pv.Version("1.18.0"),
reason="onnxruntime not recent enough",
)
def test_sklearn_knn_imputer_issue_2025(self):
# This test is about having nan or the fact TopK
# does not handle largest=1 in opset < 11.
Expand Down

0 comments on commit a970803

Please sign in to comment.