testing push

This commit is contained in:
Stephen McQuay 2010-09-04 16:51:05 -06:00
parent df35cb174b
commit 73322f7554
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class random_grid(rect_grid):
appx_side_res = int(np.power(num_points, 1/3.0))
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):
pass