This patch includes two enhancements:
- if the optional list of stratigraphic units associated with a grid does not match the number of intervals (NK plus k gaps), an error is now logged (and the stratigraphic attributes of the resqpy Grid object are set to None), and no exception is raised. Previously an assertion error was raised and the grid load would fail.
- The grid connection set returned from find faces... now includes only filtered faces when working with a regular grid and a multi-patch surface, and a patch index property on the grid cells is provided. Previously all faces from gridding of all patches of the surface were included in that situation. (To continue to include all faces, simply do not pass the grid cell patch indices array.)