Types of increment in create_box_grid() is float, not int
jcrivenaes opened this issue · 0 comments
jcrivenaes commented
Confer:
xtgeo/src/xtgeo/grid3d/grid.py
Line 188 in 0375fed
increment: tuple[int, int, int] = (1, 1, 1),
types shall be float
, not int