Skip to content

Commit 6091739

Browse files
committed
fixed test description
1 parent b6e4bf7 commit 6091739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/viz/tests/test_connectivity_circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_plot_connectivity_circle_label_orientation():
1616
[0, 90) range, incorrectly adding 180 degrees to those labels and setting
1717
ha='right', which caused them to point inward instead of outward.
1818
"""
19-
# 8 nodes → uniform angles: 0, 45, 90, 135, 180, 225, 270, 315 degrees.
19+
# 9 nodes → uniform angles: 0, 40, 80, 120, 160, 200, 240, 280, 320 degrees.
2020
# This guarantees coverage of all four quadrants, including the previously
2121
# broken 0–90 range (nodes n0 at 0° and n1 at 45°).
2222
n_nodes = 9

0 commit comments

Comments
 (0)