We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729191f commit 2fe5a42Copy full SHA for 2fe5a42
1 file changed
tests/test_draw.py
@@ -527,14 +527,9 @@ def test_drawKImage():
527
"""Test the various optional parameters to the drawKImage function.
528
In particular test the parameters image, and scale in various combinations.
529
"""
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
+ maxk_threshold = 1.e-4
+ N = 1174
+ Ns = 37
538
539
# We use a Moffat profile with beta = 1.5, since its real-space profile is
540
# flux / (2 pi rD^2) * (1 + (r/rD)^2)^3/2
0 commit comments