equinor/xtgeo

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

jcrivenaes opened this issue · 0 comments

Confer:

def create_box_grid(

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

types shall be float, not int