Skip to content

Commit

Permalink
fixup! Propagate changes to the line index into the GUI code
Browse files Browse the repository at this point in the history
  • Loading branch information
yeganer committed Oct 6, 2017
1 parent 1bce042 commit e5a0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ def __init__(self, line_interaction_analysis, atom_data, lines_data, description
self.layout = QtGui.QHBoxLayout()
self.line_interaction_analysis = line_interaction_analysis
self.atom_data = atom_data
self.lines_data = lines_data.reset_index().set_index('line_data')
self.lines_data = lines_data.reset_index().set_index('line_id')
line_interaction_species_group = \
line_interaction_analysis.last_line_in.groupby(['atomic_number',
'ion_number'])
Expand Down

0 comments on commit e5a0e29

Please sign in to comment.