Skip to content

Commit

Permalink
fix: removed unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: boccaff <[email protected]>
  • Loading branch information
boccaff committed Nov 15, 2024
1 parent bb16cff commit e243865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sklearn_target_encoder_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_target_encoder_multiclass_assertion(self):

model.fit(X, y)
with self.assertRaises(NotImplementedError):
model_onnx = convert_sklearn(
convert_sklearn(
model,
"scikit-learn label encoder",
[("input", Int64TensorType([None, X.shape[1]]))],
Expand Down

0 comments on commit e243865

Please sign in to comment.