Skip to content

Commit f36ce82

Browse files
beckermrrmjarvis
andcommitted
Update test_interpolatedimage.py
Co-authored-by: Mike Jarvis <michael@jarvis.net>
1 parent 69afde0 commit f36ce82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_interpolatedimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ def test_interpolatedimage_maxk_kspace_pixel_gap():
19001900
print("\n| offset | orig | new |")
19011901
print("|--------|------------|--------------------|")
19021902
for offset in [0, 3, 4, 5, 6, 7]:
1903-
im = galsim.Gaussian(fwhm=0.9 / 0.2).drawImage(scale=1)
1903+
im = galsim.Gaussian(fwhm=4.5).drawImage(scale=1)
19041904
iim = galsim.InterpolatedImage(im, scale=1)
19051905
orig_maxk = iim.maxk
19061906

0 commit comments

Comments
 (0)