We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25920e commit 2c86fc9Copy full SHA for 2c86fc9
1 file changed
tests/test_roman.py
@@ -543,6 +543,10 @@ def test_roman_single_bandpass():
543
bp_dict = galsim.roman.getBandpasses()
544
assert bp == bp_dict[bp.name]
545
546
+ # Explicitly check for the W-band, since that's a special case.
547
+ bp = galsim.roman.getBandpass("W146")
548
+ assert bp == bp_dict[bp.name]
549
+
550
# Test for a non-imaging bandpass.
551
bp = galsim.roman.getBandpass("SNPrism")
552
assert bp.name == "SNPrism"
0 commit comments