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
Currently, test MorphSqueeze uses fixed tolerances when validating interpolated and extrapolated results, which can be too strict or too loose for real data.
Proposed changes:
Add tolerance user input parameter.
After computing y_morph_out, compare the extrapolated segments to the target using the user’s tolerances and emit a warning if any point exceeds those thresholds.
The text was updated successfully, but these errors were encountered:
Currently, test MorphSqueeze uses fixed tolerances when validating interpolated and extrapolated results, which can be too strict or too loose for real data.
Proposed changes:
Add tolerance user input parameter.
After computing
y_morph_out
, compare the extrapolated segments to the target using the user’s tolerances and emit a warning if any point exceeds those thresholds.The text was updated successfully, but these errors were encountered: