Skip to content

Commit 1033764

Browse files
MAINT: Fix typos found by codespell (#11583)
1 parent df2cf84 commit 1033764

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test-doc: sample_data testing_data
7676
test-coverage: testing_data
7777
rm -rf coverage .coverage
7878
$(PYTESTS) --cov=mne --cov-report html:coverage
79-
# whats the difference with test-no-sample-with-coverage?
79+
# what's the difference with test-no-sample-with-coverage?
8080

8181
test-mem: in testing_data
8282
ulimit -v 1097152 && $(PYTESTS) mne

ignore_words.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
backed
21
ons
32
fro
43
ang
54
als
6-
buss
75
dur
86
sinc
97
wan
@@ -12,26 +10,21 @@ iff
1210
numer
1311
uint
1412
# for tempita
15-
delimeters
16-
delimeter
1713
nd
1814
cas
1915
thes
2016
ba
2117
ist
22-
theses
2318
od
2419
fo
2520
files'
26-
comon
2721
ser
2822
vas
2923
coo
3024
hist
3125
datas
3226
dof
3327
nwe
34-
thead
3528
sherif
3629
master
3730
nin

mne/simulation/metrics/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def source_estimate_quantification(stc1, stc2, metric='rms'):
4747
"""
4848
_check_option('metric', metric, ['rms', 'cosine'])
4949

50-
# This is checking that the datas are having the same size meaning
50+
# This is checking that the data are having the same size meaning
5151
# no comparison between distributed and sparse can be done so far.
5252
_check_stc(stc1, stc2)
5353
data1, data2 = stc1.data, stc2.data

0 commit comments

Comments
 (0)