Skip to content

Fix Interpolator return type being a generator - #132

Open
djhoese wants to merge 1 commit into
pytroll:mainfrom
djhoese:bugfix-interpolator-cleanup
Open

Fix Interpolator return type being a generator#132
djhoese wants to merge 1 commit into
pytroll:mainfrom
djhoese:bugfix-interpolator-cleanup

Conversation

@djhoese

@djhoese djhoese commented Sep 8, 2026

Copy link
Copy Markdown
Member

Also clarify language around kx_/ky_ arguments which are flipped from typical geotiepoints convention. Normally x is columns (cross-track) and y is rows (along-track), but RectBivariateSpline was provided coordinates in the (y, x) order so the kx_ argument is rows/along-track and ky_ is columns/cross-track.

Written by Claude with a lot of feedback from me.

@pnuu I never remember if you're part of geotiepoints development. Let me know and feel free to remove yourself from the reviewers.

  • Closes #xxxx
  • Tests added
  • Tests passed
  • Passes git diff origin/main **/*py | flake8 --diff
  • Fully documented

Also clarify language around kx_/ky_ arguments which are flipped from typical geotiepoints convention.
Normally x is columns (cross-track) and y is rows (along-track), but `RectBivariateSpline` was provided
coordinates in the (y, x) order so the `kx_` argument is rows/along-track and `ky_` is columns/cross-track.
@djhoese
djhoese requested review from mraspaud and pnuu September 8, 2026 13:29
@djhoese djhoese self-assigned this Sep 8, 2026
@djhoese djhoese added the bug label Sep 8, 2026
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.04%. Comparing base (e74a0ef) to head (06b643a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage   89.04%   89.04%           
=======================================
  Files          20       20           
  Lines        1515     1515           
=======================================
  Hits         1349     1349           
  Misses        166      166           
Flag Coverage Δ
unittests 89.04% <100.00%> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 88.176%. remained the same — djhoese:bugfix-interpolator-cleanup into pytroll:main

@djhoese

djhoese commented Sep 8, 2026

Copy link
Copy Markdown
Member Author

@mraspaud Claude says you're basically the sole author of all of this stuff so I think that means you have to review it.

@pnuu

pnuu commented Sep 8, 2026

Copy link
Copy Markdown
Member

I remember I've pair-programmed with Adam 10+ years ago on parallellizing something, but I think that's it. Looks like something Martin needs to check anyway, so I'll remove myself from reviewers.

@pnuu
pnuu removed their request for review September 8, 2026 13:51
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.

3 participants