bp / resqpy

Python API for working with RESQML models
https://resqpy.readthedocs.io/en/latest/
MIT License
54 stars 13 forks source link

Polyline interpolated point function ruggedised against rounding error #785

Closed andy-beer closed 7 months ago

andy-beer commented 7 months ago

This change makes the Polyline interpolated_point() function more robust against rounding errors when f = 1.0

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b058e40) 82.87% compared to head (71e8b79) 82.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #785 +/- ## ========================================== + Coverage 82.87% 82.91% +0.03% ========================================== Files 190 190 Lines 32514 32518 +4 ========================================== + Hits 26947 26963 +16 + Misses 5567 5555 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.