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

SciPy v1.14.X+ Support: Fails when using cythonized spherical_jn functions #65

Open
jrenaud90 opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working Cython Issue requires experience with Cython and some C Dependency Related MacOS

Comments

@jrenaud90
Copy link
Owner

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.

@jrenaud90 jrenaud90 added bug Something isn't working Cython Issue requires experience with Cython and some C MacOS Dependency Related labels Nov 12, 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 Cython Issue requires experience with Cython and some C Dependency Related MacOS
Projects
None yet
Development

No branches or pull requests

1 participant