Skip to content

Commit

Permalink
add a CI test function for the NIRCam DHS support. Follow up to #845
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin authored and BradleySappington committed May 24, 2024
1 parent efd148f commit 64aa789
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webbpsf/tests/test_nircam.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,7 @@ def test_ways_to_specify_detectors():
assert nrc.detector == 'NRCA5', 'NRCALONG should be synonymous to NRCA5'

nrc.detector = 'nrcblong'

assert nrc.detector == 'NRCB5', 'nrcblong should be synonymous to nrcb5'

assert nrc.detector == 'NRCB5', "nrcblong should be synonymous to nrcb5"

def test_dhs():
"""Basic test that it's possible to calculate a PSF for one of the NIRCam DHS subapertures"""
Expand Down

0 comments on commit 64aa789

Please sign in to comment.