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
This will definitely collide with the changes in #896 and might also break the result comparison (we can always update those), so it will be best to add an optional argument to ParameterGroup.to_dataframe (e.g save_std_err: bool which can also be used to differentiate between initial_parameter and optimized_parameters)
Version information
Describe the bug
The optimized parameters from an analysis when saved to file are missing the StdErr, thus making the result incomplete.
To Reproduce
Run any example from the examples repo or the quickstart.
Expected behavior
The StdErr of optimized parameters is saved in the parameter file.
Screenshots
Example from the quickstart.
The text was updated successfully, but these errors were encountered: