Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Feb 25, 2025
1 parent 9c9b10f commit bf0af98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sklearn_nearest_neighbour_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ def test_sklearn_knn_imputer_main(self):
model_onnx,
basename="SklearnKNNImputer%d" % opset,
backend="onnxruntime",
verbose=10,
)

@unittest.skipIf(KNNImputer is None, reason="new in 0.22")
Expand Down

0 comments on commit bf0af98

Please sign in to comment.