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

switch to Python 3.7 #37

Closed kalenkovich closed 2 years ago

kalenkovich commented 2 years ago

3D plotting didn't work on the server so I ran it on my work desktop. That desktop has Windows 7 which is not compatible with Python 3.9 that we used on the server. So I downgraded to Python 3.7 (it seems I could have used 3.8). I now tested the whole pipeline with Python 3.7:

There is no important difference in the report. The only slight one is in the ERP image but it is just a few-pixels shift.

The only problem is that we already mentioned 3.9 in the manuscript. But I don't think that is really a problem.