bp / resqpy

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

bug affecting instantiation of RegularGrid from existing RESQML grid #222

Closed andy-beer closed 2 years ago

andy-beer commented 2 years ago

If the RegularGrid was originally saved without cell length (constant) properties, then an exception occurs when trying to read the grid.

andy-beer commented 2 years ago

Resolved by #224