March 9, 2012
11:22 a.m.
memory leak was observed in numpy versions 1.5.1 and latest git trunc from numpy import * for i in range(100000): if i % 100 == 0: print(i) a = empty(10000,object) for j in range(10000): a[j] = array(1) a = take(a, range(9000),out=a[:9000])
5179
Age (days ago)
5179
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitrey