We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c69c commit 07a8588Copy full SHA for 07a8588
tests/test_photon_array.py
@@ -714,7 +714,7 @@ def test_dcr():
714
config['sky_pos'] = galsim.CelestialCoord(15 * galsim.degrees, -25 * galsim.degrees)
715
galsim.config.RemoveCurrent(config)
716
im2d = galsim.config.BuildImage(config)
717
- assert im2c == im2
+ assert im2d == im2
718
719
# Should work with fft, but not quite match (because of inexact photon locations).
720
im3 = galsim.ImageF(50, 50, scale=pixel_scale)
0 commit comments