Skip to content

Commit

Permalink
remove print()
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCloy <dan@mccloy.info>
  • Loading branch information
wmvanvliet and drammock authored Jan 22, 2025
1 parent fbfa161 commit 735b9c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mne/viz/tests/test_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,6 @@ def test_plot_sensors(raw):
pytest.raises(ValueError, plot_sensors, raw.info, kind="sasaasd")
plt.close("all")

print(raw.ch_names)

# Test lasso selection.
fig, sels = raw.plot_sensors("select", show_names=True)
ax = fig.axes[0]
Expand Down

0 comments on commit 735b9c2

Please sign in to comment.