Skip to content

Commit 5078b1a

Browse files
committed
Updated answer for photbw failing test due to updated CDBS tables. The other failure is being investigated
1 parent 66aaaac commit 5078b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pysynphot/test/test_spectral_element.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_sample_units():
2424
('acs,wfc1,f775w,pol_v', 444.05),
2525
('cos,boa,nuv,mirrora', 370.65),
2626
('nicmos,1,f090m,dn', 559.59),
27-
('stis,0.2x29,mirror,fuvmama', 134.51110167140249),
27+
('stis,0.2x29,mirror,fuvmama', 135.35817327741896),
2828
('wfc3,ir,f164n', 700.05),
2929
('wfc3,uvis1,f336w', 158.44),
3030
('wfc3,uvis2,f336w', 158.36)])
@@ -36,7 +36,7 @@ def test_photbw(obsmode, ans):
3636
.. note::
3737
3838
For stis,0.2x29,mirror,fuvmama, Synphot value was 134.79.
39-
New ref value from STIS data update for PySynphot in April 2016.
39+
New ref value from STIS data update for PySynphot in Apr 2017.
4040
4141
"""
4242
band = ObsBandpass(obsmode)

0 commit comments

Comments
 (0)