We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de3a35 commit 807d51bCopy full SHA for 807d51b
1 file changed
mne/tests/test_morph.py
@@ -192,7 +192,7 @@ def test_xhemi_morph():
192
n_src_verts = len(vertices_use[1])
193
assert vertices_use[0].shape == (n_grade_verts,)
194
assert vertices_use[1].shape == (n_src_verts,)
195
- # ensure it's sufficiently diffirent to manifest round-trip errors
+ # ensure it's sufficiently different to manifest round-trip errors
196
assert np.isin(vertices_use[1], stc.vertices[1]).mean() < 0.3
197
morph = compute_source_morph(
198
stc,
0 commit comments