Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed May 26, 2024
1 parent f7e769b commit 0776572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndfilters/_tests/test_trimmed_mean.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
@pytest.mark.parametrize(
argnames="kernel_shape",
argvalues=[2, (3,), (2, 3), (2, 3, 4)],
argvalues=[2, (3,), (3, 4), (3, 4, 5)],
)
@pytest.mark.parametrize(
argnames="axis",
Expand Down

0 comments on commit 0776572

Please sign in to comment.