-
Notifications
You must be signed in to change notification settings - Fork 248
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
EDF blocks access when io is opened. #1557
Comments
Wasn't this a long term issue. I have no clue how to fix. Since you have some data from somewhere are you okay trying to make a fix? |
Yeah, unfortunately, the fix would be to redo the IO entirely as we use a library for this one and is blocking. I don't think it would be too hard but I would be more weary about testing it. |
Mmm now that I think about it, we could use MNE. That should be easier. |
Yeah if it's possible. That'd be cool. |
@zm711 can you re-open this? I don't think this is fully solved fully yet and the IO is just restricted to The solution will be to either use mne or roll this into our own memmaps. |
I think it autoclosed when I merged. happy to reopen. |
Should I also modify the milestone to future in this case? |
Yes, please do. |
This is coming from here in Spikeinterface:
SpikeInterface/spikeinterface#1228
Here, basically this format can't only be opened once per file-system.
The text was updated successfully, but these errors were encountered: