Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Jan 24, 2024
1 parent 27e36fe commit 217cb3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sklearn_double_tensor_type_cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ def test_stacking_64(self):
)
@unittest.skipIf(StackingClassifier is None, reason="scikit-learn too old")
@ignore_warnings(category=warnings_to_skip)
@unittest.skipIf(not skl12(), reason="base_estimator")
def test_calibration_sigmoid_64(self):
self._common_classifier(
[
Expand Down

0 comments on commit 217cb3f

Please sign in to comment.