motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

Segfaults when using numpy.loadtxt #89

Closed motiwari closed 2 years ago

motiwari commented 3 years ago

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.