-
Notifications
You must be signed in to change notification settings - Fork 59
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
Peak fit parallelization #766
Comments
As far as I know, the problem is fixed (#748)! If not, we need a new bug :) Dask is another good option for parallelization but we don't have dask in our standard release. |
Yes, it is working now, but only using one core, right? |
Two processes by default, but you can override on beefier machines by setting an environment variable:
I put it in the docs but it's not showing up on https://orange-spectroscopy.readthedocs.io/en/latest/widgets/peakfit.html 🧐 |
Fixed the readthedocs. |
Thanks, @stuart-cls. |
@stuart-cls, I was just thinking about this environment variable. Would it make more sense to have a setting somewhere in Quasar? Either in the menu or the widget itself? |
Since we have problems with the parallel fitting I was thinking if we could simply use Dask for this?
The text was updated successfully, but these errors were encountered: