Skip to content

Commit

Permalink
BUG: bad variable name in Band class
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Mar 6, 2024
1 parent bfca84e commit 1feea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holodeck/ems/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def __init__(self, name, wlen, freq, ref_flux_wlen, flux_ref_freq,
self.flux_ref_wlen = ap.units.Quantity(ref_flux_wlen, UNITS_FLUX_WLEN)
self.flux_ref_freq = ap.units.Quantity(flux_ref_freq, UNITS_FLUX_FREQ)
self.bandwidth_freq = bandwidth_freq
self.bandwidth_freq = bandwidth_wlen
self.bandwidth_wlen = bandwidth_wlen
return

def __str__(self):
Expand Down

0 comments on commit 1feea61

Please sign in to comment.