Skip to content

Commit

Permalink
Update pylossless/dash/topo_viz.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Huberty <[email protected]>
  • Loading branch information
christian-oreilly and scott-huberty authored Oct 26, 2023
1 parent 6896d73 commit f264469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pylossless/dash/topo_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ def initialize_layout(self, slider_val=None, show_sensors=True):
# of the channels are compatible between plot_data and the montage
montage = pick_montage(self.montage, self.data.topo_values.columns)
ch_names = montage.ch_names
assert len(ch_names) == len(self.data.topo_values.columns)
plot_data = [

Check warning on line 662 in pylossless/dash/topo_viz.py

View check run for this annotation

Codecov / codecov/patch

pylossless/dash/topo_viz.py#L660-L662

Added lines #L660 - L662 were not covered by tests
OrderedDict(self.data.topo_values.loc[title, ch_names]) for title in titles
]
Expand Down

0 comments on commit f264469

Please sign in to comment.