Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Jan 23, 2024
1 parent 7a2c05b commit aefead1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def calc_alpha_line_at_nu(
if use_vald:
lines = stellar_plasma.lines_from_linelist
else:
lines = stellar_plasma.lines.reset_index(drop=True)
lines = stellar_plasma.lines.reset_index()

# add ionization energy to lines
ionization_data = stellar_plasma.ionization_data.reset_index()
Expand Down

0 comments on commit aefead1

Please sign in to comment.