equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
109 stars 56 forks source link

Types of increment in create_box_grid() is float, not int #1192

Closed jcrivenaes closed 1 month ago

jcrivenaes commented 2 months ago

Confer: https://github.com/equinor/xtgeo/blob/0375fedcf6b2228f7ae2ef0ef03445e01a6a46d2/src/xtgeo/grid3d/grid.py#L188

increment: tuple[int, int, int] = (1, 1, 1),

types shall be float, not int