Hi, while answering your email (making a smaller version with data via pickle) I noticed that the variable "set" contained a very large matrix (I'm not quite sure but I believe I may have thrown 2048 dimensions at it with a multiplication that went wrong, giving a "set" object that pickled took 186547606 bytes. ;-) If it makes any sense I'd love to send you this variable that had len(2048) but was very much longer if stomped flat. :-)
Cheers Nik On 1. jan. 2007, at 15.50, Alan G Isaac wrote: > On Mon, 1 Jan 2007, Niklas Saers apparently wrote: >> The problem is that set is an array of 2048 numbers. However, when I >> run this function I get: >> "maxPos = 7925760, while len(set) is 2048" >> I do not understand why I get such a high index. Do you have any >> suggestions? > > Can you post code that produces this problem? > (Also, your numpy version.) > > Cheers, > Alan Isaac > > > > _______________________________________________ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion