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

Numba cython support test failing with numba 0.60 and scipy 1.14.1 #980

Open
ricardoV94 opened this issue Aug 24, 2024 · 0 comments
Open
Labels
bug Something isn't working numba SciPy compatibility

Comments

@ricardoV94
Copy link
Member

ricardoV94 commented Aug 24, 2024

def test_choose_signature(func, output, inputs, expected):
wrapper = wrap_cython_function(func, output, inputs)
assert wrapper.signature() == expected

Started failing in https://github.com/pymc-devs/pytensor/actions/runs/10537278556/job/29198505441?pr=979#step:6:1606

 ValueError: Invalid signature: double (Py_ssize_t, double, int __pyx_skip_dispatch)

CC @aseyboldt does it look like an easy fix?

@ricardoV94 ricardoV94 added bug Something isn't working numba SciPy compatibility labels Aug 24, 2024
ricardoV94 added a commit to ricardoV94/pytensor that referenced this issue Aug 24, 2024
ricardoV94 added a commit to ricardoV94/pytensor that referenced this issue Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working numba SciPy compatibility
Projects
None yet
Development

No branches or pull requests

1 participant