mattjj / pyhsmm

MIT License
546 stars 173 forks source link

Python 2 3 compat #61

Closed ghost closed 8 years ago

ghost commented 8 years ago

I port pyhsmm to 2/3 compatible according to http://python-future.org/ and 2to3.

but I still can't test it because of scipy's bug: /home/t3485/PyEnv/lib/python3.5/site-packages/scipy/sparse/linalg/dsolve/_superlu.cpython-35m-x86_64-linux-gnu.so: undefined symbol: dtrsm_

I think others may be able to test it and fix it futher.

mattjj commented 8 years ago

Fantastic, thanks so much for your work!

Is that a known scipy bug, or is it specific to this code?

ghost commented 8 years ago

https://github.com/scipy/scipy/issues/5800 It's scipy's bug. It has been fixed in the master branch but not released yet.

mattjj commented 8 years ago

Thanks for the info! This is really helpful.