Skip to content
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

Fast linear 2d interpolation #48

Merged
merged 68 commits into from
Dec 26, 2023
Merged

Fast linear 2d interpolation #48

merged 68 commits into from
Dec 26, 2023

Conversation

vovaf709
Copy link
Collaborator

No description provided.

imops/interp2d.py Outdated Show resolved Hide resolved
imops/interp2d.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 24, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (14c700b) 77.85% compared to head (7a4f4ff) 77.52%.
Report is 28 commits behind head on master.

❗ Current head 7a4f4ff differs from pull request most recent head 9ba891e. Consider uploading reports for the commit 9ba891e to get more accurate results

Files Patch % Lines
imops/interp2d.py 66.66% 6 Missing and 6 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   77.85%   77.52%   -0.33%     
==========================================
  Files          16       17       +1     
  Lines        1192     1228      +36     
  Branches      253      265      +12     
==========================================
+ Hits          928      952      +24     
- Misses        252      258       +6     
- Partials       12       18       +6     

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

README.md Outdated Show resolved Hide resolved
imops/cpp/.clang-format Outdated Show resolved Hide resolved
imops/cpp/.clang-tidy Outdated Show resolved Hide resolved
(cl > 0.0 || cl < 0.0) &&
(det > 0.0 || det < 0.0))
return radius.magnitude2();
return (std::numeric_limits<double>::max)();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a crutch?

imops/cpp/src/interp2d/delaunator/delaunator.cpp Outdated Show resolved Hide resolved
imops/interp2d.py Outdated Show resolved Hide resolved
imops/interp2d.py Outdated Show resolved Hide resolved
imops/interp2d.py Show resolved Hide resolved
imops/interp2d.py Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
imops/interp2d.py Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

3 participants