-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Don't show SLD Profile button for models without a profile #1897
Comments
|
Replaced by SasView/sasmodels#475 |
The program is correctly not showing the profile because it is not a shape-based model. I'm changing the title to reflect that the profile button should be disabled or hidden in sasview for models that do not have an associated profile. |
I think this is related to the RPA issue SasView/sasmodels#396 (SLD also fails for RPA of course) in that it is misusing the "control" parameter. SLD seems to be attached to each model with a control parameter (and shown on the control parameter linked in the GUI interface). In other words all "multiplicity" models and only "multiplicity" models get the button. We should decouple the show SLD from any parameter on the interface and provide that button only when a query to the model returns that an SLD function is available ( At any rate this clearly cannot be done for 5.0.5 so moving it to 5.1 |
Not having the |
This should have closed with the merge of #2647. Doing it manually |
Using Release 5.0.4, clicking the Show SLD Profile button in the unified_power_rg model returns
It works in the onion model...
The text was updated successfully, but these errors were encountered: