We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI says "Invalid type" to cython np.int_t code. https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=937333&view=logs&jobId=9a864fd9-6c8f-52ca-79ce-2aa6dca1a1de&j=9a864fd9-6c8f-52ca-79ce-2aa6dca1a1de&t=ecca2736-6363-55be-133f-faae951bb9b5
The text was updated successfully, but these errors were encountered:
Probably we could use int instead if I read this page correctly: https://stackoverflow.com/questions/21851985/difference-between-np-int-np-int-int-and-np-int-t-in-cython
int
Sorry, something went wrong.
try to fix cython int type error; add github CI for quick checks
4e9f375
closes issue #134 (hopefully)
No branches or pull requests
CI says "Invalid type" to cython np.int_t code.
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=937333&view=logs&jobId=9a864fd9-6c8f-52ca-79ce-2aa6dca1a1de&j=9a864fd9-6c8f-52ca-79ce-2aa6dca1a1de&t=ecca2736-6363-55be-133f-faae951bb9b5
The text was updated successfully, but these errors were encountered: