Skip to content

Commit

Permalink
codestyling
Browse files Browse the repository at this point in the history
  • Loading branch information
iwan-tee committed Apr 4, 2024
1 parent 325a464 commit 4577a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def test_explainers(data, request, classifier, mode):
"tree": shap.TreeExplainer,
"": shap.Explainer,
}
assert explainer.explainer == mode_mapping[mode]
assert explainer.explainer == mode_mapping[mode]

0 comments on commit 4577a5c

Please sign in to comment.