Skip to content

Commit

Permalink
test: just do less for jax
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Sep 13, 2024
1 parent 501c0fd commit fb890ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interpolatedimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def test_unit_integrals():
print('integrals: ',len(integrals),integrals)

assert len(integrals) == n
np.testing.assert_allclose(integrals[_n_do], direct_integrals[_n_do], atol=1.e-12)
np.testing.assert_allclose(integrals[:_n_do], direct_integrals[:_n_do], atol=1.e-12)

if n > 10:
print('n>10 for ',repr(interp))
Expand Down

0 comments on commit fb890ba

Please sign in to comment.