-
Notifications
You must be signed in to change notification settings - Fork 43
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
Missing "alpha_dream" parameter in FittingOptions #1867
Comments
Indeed, it is a Mac and I think Linux issue |
Reproduced the issue on Linux. |
Seems ordering of the options mattered but also, we needed a check for new parameters, if they can be displayed in the UI. The ideal situation is to construct the UI dynamically depending on all the exposed parameters, this here is merely a bug fix. |
Optimizer parameters checked against UI fields #1867
16:33:32 - ERROR: Traceback (most recent call last):
File "site-packages/sasview-5.0.4-py3.6.egg/sas/qtgui/Perspectives/Fitting/FittingOptions.py", line 149, in onAlgorithmChange
File "site-packages/sasview-5.0.4-py3.6.egg/sas/qtgui/Perspectives/Fitting/FittingOptions.py", line 260, in updateWidgetFromBumps
File "", line 1, in
AttributeError: 'FittingOptions' object has no attribute 'alpha_dream'
It may be related but "Steps" parameter is missing from the interface (see attached screen shot). I think it used to set to 0?
The text was updated successfully, but these errors were encountered: