bp / resqpy

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

temporary changes to blocked well load from xml to accommodate badly formed data #768

Closed andy-beer closed 7 months ago

andy-beer commented 7 months ago

Aspen RMS is currently generating array data for blocked wells with incorrectly sized arrays. (Shared nodes incorrectly duplicated in nodes_md, or null values for inter-cell unblocked intervals omitted from grid indices.) This change is to allow resqpy to read such data. It is envisaged that the change will be removed once the code generating the malformed data is fixed.

RMS is a trademark of Roxar, part of AspenTech.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (5db25b3) 81.40% compared to head (de57f23) 81.42%.

Files Patch % Lines
resqpy/well/_blocked_well.py 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #768 +/- ## ========================================== + Coverage 81.40% 81.42% +0.02% ========================================== Files 190 190 Lines 32811 32821 +10 ========================================== + Hits 26710 26726 +16 + Misses 6101 6095 -6 ```

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