Skip to content

Commit

Permalink
Fix minor typo in alibi-explain tests. (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe authored May 24, 2023
1 parent 55eef8e commit f4f7631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/alibi-explain/tests/test_black_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_encode_inference_request__as_expected(
"batch",
[True, False, None],
)
async def test_backbox_explain_with_batch(batch):
async def test_blackbox_explain_with_batch(batch):
data_np = np.array([[1.0, 2.0], [3.0, 4.0]])

def _explain_impl(input_data: np.ndarray) -> Explanation:
Expand Down

0 comments on commit f4f7631

Please sign in to comment.