Closed zihaoxu98 closed 4 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
appletree/config.py | 11 | 17 | 64.71% | ||
appletree/interpolation.py | 8 | 28 | 28.57% | ||
<!-- | Total: | 19 | 45 | 42.22% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
appletree/config.py | 23 | 83.4% | ||
<!-- | Total: | 23 | --> |
Totals | |
---|---|
Change from base Build 9481588762: | -0.7% |
Covered Lines: | 2359 |
Relevant Lines: | 2774 |
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
appletree/config.py | 12 | 16 | 75.0% | ||
appletree/interpolation.py | 8 | 28 | 28.57% | ||
<!-- | Total: | 20 | 44 | 45.45% | --> |
Totals | |
---|---|
Change from base Build 9481588762: | -0.7% |
Covered Lines: | 2359 |
Relevant Lines: | 2774 |
This PR adds nearest neighbor interpolator, in case where the inverse distance weighting (IDW) does not make sense any more.
To use it, add
method="NN"
in theMap
. For example,