Skip to content

fix a bug with numpy.shape() of the numpy v1.9#11

Open
RTsien wants to merge 1 commit intostrohel:masterfrom
RTsien:master
Open

fix a bug with numpy.shape() of the numpy v1.9#11
RTsien wants to merge 1 commit intostrohel:masterfrom
RTsien:master

Conversation

@RTsien
Copy link

@RTsien RTsien commented Dec 15, 2014

np.shape([1,2,3]) 

it returns (3L,)

np.shape([1,2,3]) returns (3L,)
@strohel
Copy link
Owner

strohel commented Dec 15, 2014

Hi, this breaks build with Cython and also totally breaks PyBayes with Python 2.x and Nupy different than 1.9. This must be solved differently.

@RTsien
Copy link
Author

RTsien commented Dec 15, 2014

oh, sorry, i even hasnt considered cython.

I used the python ./setup.py --use-cython=no install, cause the pip install pybayes occured build error with cython.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants