-
Notifications
You must be signed in to change notification settings - Fork 370
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
"Bad file descriptor" error during processing #1388
Comments
Can you get me more context for the error? Perhaps a screenshot or a cut'n'paste of that and the surrounding text? |
I run this inside the loop:
And the
And the logs I will not share complete because it is too huge file but the last lines before the failure are:
I reran it yesterday without making any changes and at some point it worked. So, I am wondering if there could be a server failure related to how the .mmap files are created, saved, and loaded. I would also be grateful if you have any recommendations on how to use them. |
Hello, |
Your setup:
I have been running the CNMFe in a loop for all the data I have. I'm not sure if this is the best approach for batch processing, but it has worked for me for a while:
However, I started getting the error 'Bad file descriptor' for the memmap files. The file is saved and I can find it in the folder, but it fails to load it because of "Bad file descriptor". I wonder if there are any limitations on how these memmap files are saved that could cause this error?
The text was updated successfully, but these errors were encountered: