create_box with negative increment seemingly creates a valid grid and writes it to file, but
the resulting file crashes with nonrecoverable critical error in from_file.
from xtgeo import Grid, grid_from_file, create_box_grid
def test_negative_increment_create_box(tmp_path):
g = create_box_grid(dimension=(5,5,5), increment=(-1, 1, 1))
create_box
with negative increment seemingly creates a valid grid and writes it to file, but the resulting file crashes with nonrecoverable critical error infrom_file
.Results in the following error: