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
With #551 we replace FitVal object with UFloat so that we can directly compute error propagation while keeping the parameter correlation. However, once we save the result in the result db, the UFloat is typecasted to FitVal and we cannot compute error propagation any more. We should update database service (json hook) to directly store the UFloat object.
The text was updated successfully, but these errors were encountered:
What is the expected behavior?
With #551 we replace
FitVal
object withUFloat
so that we can directly compute error propagation while keeping the parameter correlation. However, once we save the result in the result db, theUFloat
is typecasted toFitVal
and we cannot compute error propagation any more. We should update database service (json hook) to directly store theUFloat
object.The text was updated successfully, but these errors were encountered: