kalenkovich / reproducible-MEEG

Code that attempts to reproduce "A Reproducible MEG/EEG Group Study With the MNE Software" by Jas et al., 2018
MIT License
1 stars 0 forks source link

run ica #4

Closed kalenkovich closed 3 years ago

kalenkovich commented 3 years ago

can merge only after #3 and rebasing

kalenkovich commented 3 years ago

Rebased onto main. Ready for review, @levchenkoegor.

levchenkoegor commented 3 years ago

Do we use somewhere ZipPath?

It is imported on line 4:

from zipfile import ZipFile, Path as ZipPath

At my local brunch everything works well - can be merged.