SciPy v1.14.X+ Support: Fails when using cythonized spherical_jn
functions
#65
Labels
bug
Something isn't working
Cython
Issue requires experience with Cython and some C
Dependency Related
MacOS
TidalPy uses the cython-based spherical bessel functions implemented by SciPy. See for example, "TidalPy.RadialSolver.starting.common.pyx". These functions take as an input a double and a long int. In SciPy v1.14.0 reworked these functions and changed their signature types to double, Py_ssize_t. However, when we match that signature, we still get not compatible error messages. Only on MacOS.
Restricting to SciPy<1.14 for now.
The text was updated successfully, but these errors were encountered: