You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a parameter with setpoints Y which depends on setpoint X.
Then I created another parameter Z which is independent from the other two.
I measured Y and Z in the measurement context, then convert the result dataset to an xarray.
Expected behaviour
I expect that the Y would be a data variable that depends on X, and Z on index, as inferred from the paramspecs.
I created a parameter with setpoints
Y
which depends on setpointX
.Then I created another parameter
Z
which is independent from the other two.I measured
Y
andZ
in the measurement context, then convert the result dataset to an xarray.Expected behaviour
I expect that the
Y
would be a data variable that depends onX
, andZ
on index, as inferred from theparamspecs
.Actual behaviour
All parameters became data variables that depended on index.
Steps to reproduce
Run the following snippet
If I modify the setpoint to the following, the issue disappeared and the result dataset is as expected.
The text was updated successfully, but these errors were encountered: