Skip to content

Commit

Permalink
fixes integration test multiclass no_y
Browse files Browse the repository at this point in the history
  • Loading branch information
Oege Dijk committed May 7, 2022
1 parent a97b2cf commit 385558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def rf_multiclass_explainer_no_y(fitted_rf_multiclass_model):
@pytest.fixture(scope="session")
def precalculated_rf_multiclass_explainer_no_y(rf_multiclass_explainer_no_y):
_ = ExplainerDashboard(rf_multiclass_explainer_no_y)
return rf_multiclass_explainer
return rf_multiclass_explainer_no_y


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 385558d

Please sign in to comment.