Skip to content

Commit

Permalink
Remove skip as fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 3, 2024
1 parent aa3fe4d commit f1e7717
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_tlearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from onnxmltools import convert_lightgbm, convert_xgboost
from skl2onnx.common.data_types import FloatTensorType
from skl2onnx.convert import convert_sklearn
from sklearn.discriminant_analysis import QuadraticDiscriminantAnalysis
from sklearn.ensemble import (
HistGradientBoostingClassifier,
HistGradientBoostingRegressor,
Expand Down Expand Up @@ -57,10 +56,6 @@
),
)
def test_tlearner_onnx(nuisance_model_factory, onnx_converter, is_classification, rng):
if nuisance_model_factory == QuadraticDiscriminantAnalysis:
# TODO: investigate the cause why the assertion fails
pytest.skip()

supports_categoricals = nuisance_model_factory in [
LGBMClassifier,
LGBMRegressor,
Expand Down

0 comments on commit f1e7717

Please sign in to comment.