Skip to content

Commit

Permalink
Removed redundant tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 4, 2023
1 parent fa08ff1 commit 74c048e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions regridding/_find_indices/_tests/test_find_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
(np.linspace(-1, 1, num=32),),
(np.linspace(-1, 1, num=64),),
),
pytest.param(
10 * (np.linspace(-1, 1, num=32),),
10 * (np.linspace(-1, 1, num=64),),
marks=pytest.mark.xfail,
),
],
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 74c048e

Please sign in to comment.