Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 22, 2024
1 parent 16115a9 commit 63cea28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion measure_extinction/tests/test_merge_obsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def _check_genmerge(wave_range, resolution):
wave1_info = _wavegrid(resolution, wave_range.value)
wave1 = wave1_info[0] * wave_range.unit
nwaves = len(wave1)
spec1 = np.full(nwaves, 1.0) * fluxunit
itable1 = QTable()
itable1["WAVELENGTH"] = wave1
itable1["FLUX"] = np.full(nwaves, 1.0) * fluxunit
Expand Down

0 comments on commit 63cea28

Please sign in to comment.