-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JOSS review - vahid-sb #359
Comments
|
Regarding the first issue, you have hit an edge case which occurs only on Windows using the launcher There are three potential solutions:
MNE 1.2 will be released very soon, and then solution 3 will be automatically implemented. Therefore, could you please check if those three options (and especially the last one) work for you? If so, I think it's OK to wait until MNE 1.2 has been released. |
I've fixed the second issue in #360. |
@vahid-sb are you happy with the changes? If not, let me know what else needs to be fixed. |
@cbrnr sorry for the delay in responding. I just found time to check both fixes and both issues are now resolved. Thanks for that. I will perform some more checks and tests and if I face no other issues, will update the review form accordingly. |
I did more tests and looked into the code, and no did not encounter any others issues. Hence, I close this issue. Thanks for resolving the previous ones. |
Hi guys
As part of the review of your JOSS submissions, I have been testing MNELAB for the past few days. And decided to open this issue to mention anything that need fixing. I will add more if I notice more issues. But before that, I should congratulate you all on this repository. Obviously, there is still many features that can be added, but as it is, it is already a very impressive and useful library.
I tested MNELAB under both Linux (Ubuntu 21) and Windows 10. In both cases, I created a conda environment using
conda create -n mnelab python=3.9
and after activating the environment, installed mnelab using:
pip install mnelab[full]
In both cases, I used output data from Branvision Acticap-64 and also from Wearable Sensing DSI-7 recorders.
While in Linux I could plot PSD with no error.
The text was updated successfully, but these errors were encountered: