Open pkienzle opened 5 years ago
Seconding this feature request :)
Is this a bumps issue then?
I think this was fixed in https://github.com/bumps/bumps/commit/39a005945eba49a5946a28cfa33f923adc9db1ff - but only in the serializable branch that has yet to be merged.
No - I could be wrong - this maybe is supposed to be covered by the Operator class, which should list all dependent parameters. Will have to look into it.
Defining a parameter such as
s = Parameter(name='scale', value=1)
and assigning it to a model such aslayer2.thickness = scale*layer1.thickness
, then the scale parameter does not show up in the Parameters tab and so you can not turn it on/off or select its range.