Skip to content

Commit

Permalink
MAINT: Updates for latest MNE (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jul 3, 2023
1 parent df17487 commit 5be6490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnefun/_epoching.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def save_epochs(p, subjects, in_names, in_numbers, analyses, out_names,
evokeds.append(stde)
if kind == 'standard':
n_standard += 2
write_evokeds(fn, evokeds)
write_evokeds(fn, evokeds, overwrite=True)
naves = [str(n) for n in sorted(set([
evoked.nave for evoked in evokeds[:n_standard]]))]
bad = [evoked.comment for evoked in evokeds[:n_standard:2]
Expand Down

0 comments on commit 5be6490

Please sign in to comment.