bp / resqpy

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

Splined well interp #773

Closed andy-beer closed 6 months ago

andy-beer commented 6 months ago

Enhance BlockedWell to allow splined trajectory to be built from numpy arrays of control points etc., rather than the inefficient and annoying pandas dataframe.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (7a45111) 81.55% compared to head (8457cd6) 81.57%.

Files Patch % Lines
resqpy/well/_trajectory.py 89.65% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #773 +/- ## ========================================== + Coverage 81.55% 81.57% +0.02% ========================================== Files 190 190 Lines 32833 32865 +32 ========================================== + Hits 26776 26810 +34 + Misses 6057 6055 -2 ```

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