Skip to content

Commit

Permalink
Improved test coverage for regridding.regrid().
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 4, 2023
1 parent ab89372 commit 9eeb0f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regridding/_regrid/_tests/test_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
None,
np.square(np.linspace(-1, 1, num=11)),
),
(
(np.linspace(-1, 1, num=11),),
(np.linspace(-1, 1, num=11),),
np.square(np.linspace(-1, 1, num=11)),
np.empty(shape=11),
None,
None,
np.square(np.linspace(-1, 1, num=11)),
),
],
)
def test_regrid_multilinear_1d(
Expand Down

0 comments on commit 9eeb0f2

Please sign in to comment.