-
Notifications
You must be signed in to change notification settings - Fork 41
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
Convert model editors to support sasmodels (Trac #504) #1321
Comments
Trac update at Remember about other requirements, like http://trac.sasview.org/ticket/366 |
Trac update at #501 regards allowing reparametrization of a model. It is interesting that the author of the ticket suggests an implementation similar to a custom model, as I've thought of this as a models infrastructure work. As an editor is not as intellectually satisfying and perhaps not as flexible a solution, but probably much more doable in the short term. Even so, as I understand it, this would have to be a 4th editor not an upgrade to an existing editor? (current model_editor.py has 3 classes as I recall, one is a window to pyshell, one is the sum models panel, and one is the custom model panel). One question however is what to do about c models. updating the python file output to be a sasmodel should be "easy" (meaning plenty of work but the tasks are clear). It might be nice to allow for adding the C bits?? but suspect that is a bridge too far for this release? Replying to [comment:1 piotr]:
|
Trac update at Partially done. Easy sum/multi works. Custom model editor does not yet. |
Trac update at
|
Trac update at |
Trac update at The custom model editor works and now creates a "sasmodel-type" python file that !SasView can load and use. However the previous test to check that the model compiles and runs have not yet be reimplemented. |
Trac update at
This was also done some time ago. However the sum model has been broken by numerous changes to sasmodels re-structuring but that is the subject of ticket #715. Am thus closing this ticket now.
|
Need to edit model_editor.py in sasview>src>sas>perspectives>calculator to accommodate new model structure. Mainly the composite model editor and the Easy model editor.
Read notes added in the file about suggested structural changes that might be appropriate at this time as well.
Migrated from http://trac.sasview.org/ticket/504
The text was updated successfully, but these errors were encountered: