Skip to content

Commit 2fe5a42

Browse files
committed
fix: remove change in tests for KImage drawing
1 parent 729191f commit 2fe5a42

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

tests/test_draw.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -527,14 +527,9 @@ def test_drawKImage():
527527
"""Test the various optional parameters to the drawKImage function.
528528
In particular test the parameters image, and scale in various combinations.
529529
"""
530-
if is_jax_galsim():
531-
maxk_threshold = 1.e-3
532-
N = 880
533-
Ns = 28
534-
else:
535-
maxk_threshold = 1.e-4
536-
N = 1174
537-
Ns = 37
530+
maxk_threshold = 1.e-4
531+
N = 1174
532+
Ns = 37
538533

539534
# We use a Moffat profile with beta = 1.5, since its real-space profile is
540535
# flux / (2 pi rD^2) * (1 + (r/rD)^2)^3/2

0 commit comments

Comments
 (0)