Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/circle_cbar' into c…
Browse files Browse the repository at this point in the history
…ircle_cbar
  • Loading branch information
ruuskas committed Dec 10, 2024
2 parents b384b92 + 0081fa7 commit 35fdc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/viz/tests/test_circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_plot_channel_labels_circle():
fig, axes = plot_channel_labels_circle(
dict(brain=["big", "great", "smart"]),
colors=dict(big="r", great="y", smart="b"),
colorbar=True
colorbar=True,
)
# check that colorbar handle is returned
assert isinstance(fig.mne.colorbar, matplotlib.colorbar.Colorbar)
Expand Down

0 comments on commit 35fdc6e

Please sign in to comment.