Skip to content

Python 3.13: investigate NameError in utils/numba_tools.py #906

@thehrh

Description

@thehrh

Just quickly documenting this: when running the unit tests with an installation of the updated branch update/pint_numpy_scipy based on Python 3.13.11 (and numba 0.63.1), the following exception is encountered in

new_py_func = eval(func.__name__)
:

NameError: name 'conjugate_transpose' is not defined

The function conjugate_transpose itself is defined in

def conjugate_transpose(A, B):
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions