Skip to content

Add user input tolerance and extrapolation warning to MorphSqueeze #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Luiskitsu opened this issue Apr 18, 2025 · 0 comments
Open

Comments

@Luiskitsu
Copy link
Contributor

Luiskitsu commented Apr 18, 2025

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.

@sbillinge sbillinge added this to the v0.3.0 pre-release milestone May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants