remove processing of depth as it is not used
This commit is contained in:
parent
f4d2cfc3cd
commit
a941939493
@ -225,8 +225,6 @@ verbose: {verbose}")
|
||||
y_min = y.min()
|
||||
x_max = x.max()
|
||||
y_max = y.max()
|
||||
z_min = depth.min()
|
||||
z_max = depth.max()
|
||||
|
||||
grid_x_max = int(ceil(x_max / grid_dim) * grid_dim)
|
||||
grid_x_min = int(floor(x_min / grid_dim) * grid_dim)
|
||||
|
Loading…
Reference in New Issue
Block a user