Skip to content

Commit 1b8f8f6

Browse files
committed
test: rename test to make purpose clearer
1 parent c9346d8 commit 1b8f8f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/jax/test_interpolatedimage_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_interpolatedimage_utils_stepk_maxk():
182182
],
183183
)
184184
@pytest.mark.parametrize("method", ["kValue", "xValue"])
185-
def test_interpolatedimage_utils_comp_to_galsim(
185+
def test_interpolatedimage_utils_comp_to_galsim_xk_value(
186186
method,
187187
ref_array,
188188
offset_x,
@@ -235,7 +235,6 @@ def test_interpolatedimage_utils_comp_to_galsim(
235235

236236
np.testing.assert_allclose(jgii.stepk, gii.stepk, rtol=0, atol=1e-6)
237237
np.testing.assert_allclose(jgii.maxk, gii.maxk, rtol=0, atol=1e-6)
238-
assert jgii.maxk >= gii.maxk
239238
kxvals = [
240239
(0, 0),
241240
(-5, -5),

0 commit comments

Comments
 (0)