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 1013ef0 commit 6896d73
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 @@ -660,7 +660,6 @@ def initialize_layout(self, slider_val=None, show_sensors=True):
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)
assert np.sum(np.in1d(ch_names, self.data.topo_values.columns)) == len(ch_names)
plot_data = [

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

View check run for this annotation

Codecov / codecov/patch

pylossless/dash/topo_viz.py#L660-L663

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

0 comments on commit 6896d73

Please sign in to comment.