Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Aug 23, 2023
1 parent 86c7769 commit 38246b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_photon_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def test_dcr():
err_msg="base_psf + dcr in photon_ops didn't match")

# Including the wavelength sampler with chromatic drawing is not necessary, but is allowed.
# (Mostly in case someone wants to do something a little different w.r.t. wavelenght sampling.
# (Mostly in case someone wants to do something a little different w.r.t. wavelength sampling.
photon_ops = [wave_sampler, base_PSF, dcr]
star.drawImage(bandpass, image=im8, method='phot', rng=rng, photon_ops=photon_ops)
printval(im8, im6, show=False)
Expand Down

0 comments on commit 38246b0

Please sign in to comment.