Skip to content

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

Open
@ricardoV94

Description

@ricardoV94

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions