Skip to content

Commit

Permalink
removing no-longer-valid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Jan 6, 2025
1 parent 8013e6e commit 5ed34dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure_extinction/modeldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __init__(
bp_cam = "UVIS1"
bp = STS.band(f"WFC3,{bp_cam},{bp_info[1]}")

Check warning on line 156 in measure_extinction/modeldata.py

View check run for this annotation

Codecov / codecov/patch

measure_extinction/modeldata.py#L155-L156

Added lines #L155 - L156 were not covered by tests
else:
band_filename = f"John{cband}.dat" # needs updating for HST (+other) bands
band_filename = f"John{cband}.dat"
bp = SpectralElement.from_file(

Check warning on line 159 in measure_extinction/modeldata.py

View check run for this annotation

Codecov / codecov/patch

measure_extinction/modeldata.py#L158-L159

Added lines #L158 - L159 were not covered by tests
f"{band_resp_path}/{band_filename}"
)
Expand Down

0 comments on commit 5ed34dc

Please sign in to comment.