Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389ed7 commit 7e2a8fbCopy full SHA for 7e2a8fb
1 file changed
unit/memleak_hawaii3.py
@@ -10,7 +10,7 @@
10
11
# take a memory snapshot on indStart and compare it with indEnd
12
13
-rand = np.mlab.rand
+rand = np.random.rand
14
15
indStart, indEnd = 200, 401
16
for i in range(indEnd):
0 commit comments