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 a681b75 commit a272bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sklearn_nearest_neighbour_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ def test_model_knn_iris_classifier_multi_reg3_weight(self):
reason="onnxruntime not recent enough",
)
@unittest.skipIf(
sys.platform != "darwin" and pv.Version(skl_version) < pv.Version("1.6.0"),
sys.platform != "linux" and pv.Version(skl_version) < pv.Version("1.6.0"),
"investigate why topk returns different results",
)
def test_sklearn_knn_imputer_issue_2025(self):
Expand Down

0 comments on commit a272bcc

Please sign in to comment.