Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gumityolcu committed Jun 18, 2024
1 parent 19a7b3f commit ee8d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/explainers/test_explainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_explain_functional(test_id, model, dataset, test_tensor, test_labels, m

@pytest.mark.explainers
@pytest.mark.parametrize(
"test_id, model, dataset, test_tensor, method, method_kwargs, explanations",
"test_id, model, dataset, explanations, test_tensor, test_labels, method_kwargs",
[
(
"mnist",
Expand Down

0 comments on commit ee8d8eb

Please sign in to comment.