Skip to content

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

Open
RTsien wants to merge 1 commit into
strohel:masterfrom
RTsien:master
Open

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

Conversation

@RTsien

@RTsien RTsien commented Dec 15, 2014

Copy link
Copy Markdown
np.shape([1,2,3]) 

it returns (3L,)

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

strohel commented Dec 15, 2014

Copy link
Copy Markdown
Owner

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

RTsien commented Dec 15, 2014

Copy link
Copy Markdown
Author

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