Skip to content

FIX: BSpline mapping of individual points #256

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 3 commits into from
Jul 22, 2025

Conversation

oesteban
Copy link
Collaborator

@oesteban oesteban commented Jul 21, 2025

Summary

Mapping of individual coordinates (BSplineFieldTransform.map()) has been broken at least since #138.

This PR first created a test that confirmed the issue and then implemented a patch.

Resolves: #154.

@oesteban oesteban changed the title Fix BSpline mapping via direct interpolation FIX: BSpline mapping of individual points Jul 21, 2025
Copy link

codecov bot commented Jul 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.09%. Comparing base (25bdb2b) to head (b13efaa).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   95.07%   95.09%   +0.02%     
==========================================
  Files          16       16              
  Lines        1969     1979      +10     
  Branches      266      265       -1     
==========================================
+ Hits         1872     1882      +10     
  Misses         77       77              
  Partials       20       20              
Flag Coverage Δ
unittests 95.07% <100.00%> (+0.02%) ⬆️

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 force-pushed the codex/evaluate-issue-#154-and-propose-tests branch from 6bcbcff to a90b90f Compare July 22, 2025 07:48
@oesteban oesteban force-pushed the codex/evaluate-issue-#154-and-propose-tests branch from a90b90f to b13efaa Compare July 22, 2025 08:25
@oesteban oesteban merged commit 3eb8c39 into master Jul 22, 2025
3 of 4 checks passed
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.

B-Spline mapping of individual points is broken
1 participant