Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei authored and hmstepanek committed Jan 6, 2023
1 parent 8b6ad1e commit 28986cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/mlmodel_sklearn/test_pipeline_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def test_model_methods_wrapped_in_function_trace(pipeline_model_name, run_pipeli
"Pipeline": [
("Function/MLModel/Sklearn/Named/Pipeline.fit", 1),
("Function/MLModel/Sklearn/Named/Pipeline.predict", 1),
# ("Function/MLModel/Sklearn/Named/Pipeline.predict_log_proba", 1),
# ("Function/MLModel/Sklearn/Named/Pipeline.predict_proba", 2),
("Function/MLModel/Sklearn/Named/Pipeline.score", 1),
],
"FeatureUnion": [
Expand Down

0 comments on commit 28986cd

Please sign in to comment.