Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using an old header from NumPy #506

Open
mattip opened this issue Dec 11, 2018 · 0 comments
Open

Using an old header from NumPy #506

mattip opened this issue Dec 11, 2018 · 0 comments

Comments

@mattip
Copy link

mattip commented Dec 11, 2018

In pyGm.cxx you include numpy/noprefix.h. I am trying to deprecate that file, and your code came up as one that uses it. Could you try replacing that file with numpy/ndarrayobject.h? This may require changing some of the "bare" numpy typedefs by adding the prefix npy_.

xref numpy/numpy#12402

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

No branches or pull requests

1 participant