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): |
.
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
pisa/pisa/utils/numba_tools.py
Line 137 in feb6f76
The function
conjugate_transposeitself is defined inpisa/pisa/utils/numba_tools.py
Line 161 in feb6f76