Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Oct 22, 2024
1 parent c992b3e commit 2f24fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ndfilters/_tests/test_convolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
@pytest.mark.parametrize(
argnames="kernel,axis",
argvalues=[
(np.random.random((2,)), ~0),
(np.random.random((2, 3)), (~1, ~0)),
(np.random.random((2, 3, 4)), None),
(np.random.random((3,)), ~0),
(np.random.random((3, 4)), (~1, ~0)),
(np.random.random((3, 4, 5)), None),
],
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 2f24fef

Please sign in to comment.