Skip to content

Commit

Permalink
misc: Tweaks to test values
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Jan 30, 2025
1 parent 6e2a61c commit 3011b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ def test_inject_subdomain_sinc(self):

sr0 = SparseFunction(name='sr0', grid=grid, npoint=5, interpolation='sinc', r=2)

coords = np.array([[2.5, 6.5], [3.5, 4.5], [6., 6.], [5.5, 4.5], [4.5, 6.]])
coords = np.array([[2.5, 6.5], [3.5, 4.5], [6.0, 6.0], [5.5, 4.5], [4.5, 6.0]])

sr0.coordinates.data[:] = coords

Expand Down

0 comments on commit 3011b52

Please sign in to comment.