Skip to content

Commit 907f5b4

Browse files
author
Pranav Krishnan
committed
pass lint-check
1 parent 577a232 commit 907f5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_clarify.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def test_shap_config_no_baseline():
292292
}
293293
assert expected_config == shap_config.get_explainability_config()
294294

295+
295296
def test_shap_config_no_parameters():
296297
shap_config = SHAPConfig()
297298
expected_config = {
@@ -302,6 +303,7 @@ def test_shap_config_no_parameters():
302303
}
303304
assert expected_config == shap_config.get_explainability_config()
304305

306+
305307
def test_invalid_shap_config():
306308
with pytest.raises(ValueError) as error:
307309
SHAPConfig(

0 commit comments

Comments
 (0)