Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuskas committed Dec 10, 2024
1 parent 7e95b71 commit 2b8a327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne/viz/tests/test_circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def test_plot_channel_labels_circle():
"""Test plotting channel labels in a circle."""
fig, axes = plot_channel_labels_circle(
dict(brain=["big", "great", "smart"]),
colors=dict(big="r", great="y", smart="b"), colorbar=True
colors=dict(big="r", great="y", smart="b"),
colorbar=True
)
# check that colorbar handle is returned
assert isinstance(fig.mne.colorbar, matplotlib.colorbar.Colorbar)
Expand Down

0 comments on commit 2b8a327

Please sign in to comment.