Skip to content

Commit

Permalink
Removing traceback in test_bandpass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eunkyuh committed Dec 4, 2024
1 parent 44b7665 commit 70a4440
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions romanisim/tests/test_bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# List of select filters with calculated AB fluxes for AB Flux test
FILTERLIST = ['F062', 'F158', 'F213']
# ABVLIST = [4.938e10, 4.0225e10, 2.55e10]
# ABVLIST = [4.938e10, 4.0225e10, 2.55e10] # Old value
ABVLIST = [4.268e10, 3.3809e10, 2.12e10] # AB fluxes changed by 14-17% with the new throughput files.


Expand Down Expand Up @@ -231,8 +231,6 @@ def test_unevenly_sampled_wavelengths_flux_to_counts(sca=1):
# Add spectral flux density units
total_flux *= u.erg / (u.s * u.cm ** 2 * u.hertz)
an_flux *= u.erg / (u.s * u.cm ** 2 * u.hertz)
import pdb
pdb.set_trace()

for filter in IFILTLIST:
# Define filter area
Expand Down

0 comments on commit 70a4440

Please sign in to comment.