Skip to content

Commit 07a8588

Browse files
committed
typo
1 parent 410c69c commit 07a8588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_photon_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def test_dcr():
714714
config['sky_pos'] = galsim.CelestialCoord(15 * galsim.degrees, -25 * galsim.degrees)
715715
galsim.config.RemoveCurrent(config)
716716
im2d = galsim.config.BuildImage(config)
717-
assert im2c == im2
717+
assert im2d == im2
718718

719719
# Should work with fft, but not quite match (because of inexact photon locations).
720720
im3 = galsim.ImageF(50, 50, scale=pixel_scale)

0 commit comments

Comments
 (0)