-
Notifications
You must be signed in to change notification settings - Fork 167
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
OLS_C Ramp Fitting #8707
Comments
Thanks for opening the issue. What's the error message? Also, would you provide:
A full |
Hi! Yes, I can provide the error message here
This error message was printed out indefinitely. The command I ran was Oddly, when I ran the exact same code on a jupyter notebook, it runs perfectly. The full environment that my code was running is here:
Thanks! |
Thanks! Is this a windows install (or using the linux subsystem for windows)? |
Hi! I'm running the code on a remote server and I think it is Linux |
Thanks again! Of note, there is a section in the docs about multiprocessing: It looks like you're using joblib to parallelize some code. Is it possible to share the script? The pipeline uses the |
Yes! I'm using joblib.Parallel to parallelize the code |
Would you try your script with the environment variable |
Also as noted in the linked jwst docs and the python docs the parallel calls will need to be guarded in a |
Thanks Brett, it is working now! Turns out I didn't have |
Nice! Thanks for helping sort out the issue. Now we have a searchable solution for other users. Good luck! |
Hi! When I ran the ramp fitting step, the program ran into an infinite loop at some stage and raised the same error over and over again. I suspect it has something to do with the multiprocessing. When I turn off the multiprocessing, this step runs perfectly. It could also be related to the memory leak issue mentioned here (#8680.
The text was updated successfully, but these errors were encountered: