testing push
This commit is contained in:
parent
73322f7554
commit
b3680848d5
@ -90,7 +90,7 @@ class random_grid(rect_grid):
|
|||||||
|
|
||||||
appx_side_res = int(np.power(num_points, 1/3.0))
|
appx_side_res = int(np.power(num_points, 1/3.0))
|
||||||
smblog.debug("appx_side_res: %d" % appx_side_res)
|
smblog.debug("appx_side_res: %d" % appx_side_res)
|
||||||
delta = 1.0 / float(appx_side_res)
|
delta = 1.0 / float(appx_side_res)
|
||||||
|
|
||||||
for x in xrange(appx_side_res + 1):
|
for x in xrange(appx_side_res + 1):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user