The crash in #13 seems to be caused by certain numpy functions (e.g. numpy.array) when creating arrays from large standard python lists (with length > pow(2,31) - 1). With this fix, running the core command on the data from #13 no longer gives a negative dimensions errror, and runs for a while and returns a memory error instead. Progress!
The crash in #13 seems to be caused by certain numpy functions (e.g. numpy.array) when creating arrays from large standard python lists (with length > pow(2,31) - 1). With this fix, running the core command on the data from #13 no longer gives a negative dimensions errror, and runs for a while and returns a memory error instead. Progress!