Skip to content

Commit bc84754

Browse files
committed
fix to test description
1 parent f96ce9f commit bc84754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/viz/tests/test_circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_plot_connectivity_circle_label_orientation():
4747
"""
4848
# 9 nodes → uniform angles: 0, 40, 80, 120, 160, 200, 240, 280, 320 degrees.
4949
# This guarantees coverage of all four quadrants, including the previously
50-
# broken 0–90 range (nodes n0 at 0° and n1 at 40°).
50+
# broken 0–90 range (nodes n0 at 0°, n1 at 40°, and n2 at 80°).
5151
n_nodes = 9
5252
rng = np.random.default_rng(0)
5353
con = rng.uniform(0, 1, size=(n_nodes, n_nodes))

0 commit comments

Comments
 (0)