traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

Rainfall api final tests #327

Closed devmitch closed 2 years ago

devmitch commented 2 years ago

Just some tests that I forgot to include in the previous PR that check the interpolator correctly fails when extrapolation is disabled and an attempt to evaluate the interpolated function outside the domain of points that were used to create it is made.

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@930b9c9). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #327   +/-   ##
==========================================
  Coverage           ?   79.60%           
==========================================
  Files              ?       95           
  Lines              ?     8599           
  Branches           ?        0           
==========================================
  Hits               ?     6845           
  Misses             ?     1754           
  Partials           ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 930b9c9...bc5d2e8. Read the comment docs.

dfalster commented 2 years ago

Wonderful, great work @devmitch @aornugent ! Very excited to have this feature implemented.

The recent commits in this PR were from @devmitch, working off my iMac. Just assigning credit where credit is due.