-
Notifications
You must be signed in to change notification settings - Fork 4
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
get_spectra fails to process more than 3500 files at a time #6
Comments
Hum. Is there any error or warning issued? Is that on Windows? |
Correct, on windows 10, R 3.6.1. |
I've checked, and it is working fine on my Linux machine... so I might need your help to debug this as I don't have a windows machine! This is the code I've used:
Could you please try and run that code please? Checking if that could be an issue with one of your ASD files. |
After running
I get the error
I don't think it's a problem with my files. For my data I actually managed to move on just repeating the procedure multiple times and then merging the results to have a full data frame. So as long as I select less than about 3500 files everything is fine. |
That is so weird. I can't reproduce the issue on my Linux machine unfortunately, so that will be a tricky one for me to debug alone, unless you have an interest in giving a hand on that one. |
Hello. Were you able to solve this issue? If so, can you please let me know how did you do it. |
@Bidhan-ghimire If you encounter the same issue, can you put some more details here please (version of the package, operating system, etc)? I could not reproduce the issue posted by @FedeMassetti , and therefore I never managed to think of a way to potentially fix it. Thanks! |
Whenever using get_spectra on more than 3500 asd files at a time the result is an empty object. Any smaller number of files doesn't cause any issue and the code runs smoothly.
The text was updated successfully, but these errors were encountered: