-
Notifications
You must be signed in to change notification settings - Fork 63
New poly 2d #1919
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
New poly 2d #1919
Conversation
…language#1909 (Use Floats for coordinates) 3) much improved speed ! rewrite congrid to use poly_2d similarly to IDL. Removed all tentatives to 'do better' (with dimensions). separate poly_2d from math_fun_jmg add poly_2d basic test
Apparently a problem with OSX... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1919 +/- ##
==========================================
- Coverage 43.97% 42.09% -1.88%
==========================================
Files 405 442 +37
Lines 98850 109828 +10978
Branches 20043 21979 +1936
==========================================
+ Hits 43465 46236 +2771
- Misses 55385 63592 +8207 ☔ View full report in Codecov by Sentry. |
I have acces to a mac OS 15.1 (Sequoia) and all the tests are OK. Do no understand why it does no pass on GH. |
#1909 proved there was a problem in POLY_2D
furthermore there semed to be a speed issue with this command.
This is a rewriting of POLY_2D with special attention to 'border' values for 0 and linear interpolation ( TBC for cubic interpolation) with massive speed gains.
Added a preliminary test file.
Rewrote CONGRID.PRO to use POLY_2 as IDL does.
Plus a small add in basic_pro.cpp (start to make PREF_SET useful)