-
Notifications
You must be signed in to change notification settings - Fork 1
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
Save parameters widget input values and load them from a dictionary #140
Comments
This is related to scipp/sciline#92. So ideally, the solution here can also be used with the JSON repr of Sciline. Even if it is not a complete solution to that issue. |
I thought it should be distinct: Saving workflow parameters is different from storing the widget state. As a simple example, the workflow input parameters might be some bin-edges (an "arbitrary" variable), while the widget state gives start, stop, nbin, and scale (lin or log). But maybe there is a better abstraction? |
Yeah, it's not really possible to fill widget inputs from a parameter value from the graph, i.e. scipp.Variable. |
There are some widgets that needs explicit handling. TODO:
|
We want to let users save parameters and auto-complete the parameter inputs from it.
The text was updated successfully, but these errors were encountered: