Skip to content

TST: Add test for DenseFieldTransform handling of OOB points #254

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

oesteban
Copy link
Collaborator

@oesteban oesteban commented Jul 21, 2025

Summary

Add a regression test ensuring dense displacement fields return original coordinates when queried outside their reference grid.

Closes: #202.

Copy link

codecov bot commented Jul 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.24%. Comparing base (a03c51f) to head (31b6850).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #254   +/-   ##
=======================================
  Coverage   95.24%   95.24%           
=======================================
  Files          16       16           
  Lines        1976     1976           
  Branches      266      266           
=======================================
  Hits         1882     1882           
  Misses         75       75           
  Partials       19       19           
Flag Coverage Δ
unittests 95.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oesteban oesteban changed the title Add test for DenseFieldTransform handling of OOB points TST: Add test for DenseFieldTransform handling of OOB points Jul 21, 2025
@oesteban
Copy link
Collaborator Author

Checked this test fails at 667344c~1 (that is, e792cef) and works with current master (after #188).

@oesteban oesteban merged commit 81ecff8 into master Jul 21, 2025
15 checks passed
@oesteban oesteban deleted the codex/add-test-for-dense-displacements-bug-fix branch July 21, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write a test for the bugfix in #188
1 participant