There is a segfault when fitting some data (like in timing.py) when loading numpy.loadtxt.
Strangely, this does not appear to happen if you copy and paste the code from timing.py into a python REPL. This happens in both clang- and gcc-compiled BanditPAM..
This is likely an issue with carma; the issue is resolved on the current improved_ubuntu_build branch that uses carma 9ebd5f4.
There is a segfault when fitting some data (like in
timing.py
) when loadingnumpy.loadtxt
.Strangely, this does not appear to happen if you copy and paste the code from
timing.py
into a python REPL. This happens in both clang- and gcc-compiled BanditPAM..This is likely an issue with
carma
; the issue is resolved on the currentimproved_ubuntu_build
branch that usescarma 9ebd5f4
.