Skip to content

Commit 2faa3c0

Browse files
Removing redundant unit test
1 parent 9c2a7b5 commit 2faa3c0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/test_interpolation.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ def test_raw_2d_interpolation(field, func, t, z, y, x, expected):
9191
np.testing.assert_equal(value, expected)
9292

9393

94-
def test_scalar_field_eval(field):
95-
UV = VectorField("UV", field, field)
96-
97-
UV.eval(np.timedelta64(2, "s"), 2, 1.5, 0.5)
98-
99-
10094
@pytest.mark.parametrize(
10195
"func, t, z, y, x, expected",
10296
[

0 commit comments

Comments
 (0)