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 4f73376 commit 9b3543aCopy full SHA for 9b3543a
1 file changed
unit/memleak.py
@@ -20,7 +20,7 @@
20
def run_memleak_test(bench, iterations, report):
21
tracemalloc.start()
22
23
- starti = min(50, iterations / 2)
+ starti = int(min(50, iterations / 2))
24
endi = iterations
25
26
malloc_arr = np.empty((endi,), dtype=np.int64)
0 commit comments