working on adding 3D baker. also starting to massage together a good baker method test (2D), and added a stub file for 3D testing
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ def f(l, i, d):
|
||||
d['a'] = 'shutup'
|
||||
print 'hello world', i, d
|
||||
j = 0.0
|
||||
for i in xrange(1000000):
|
||||
for i in xrange(10000000):
|
||||
j = j + j/2.0
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user