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

Temporarily allow deprecation warnings for scipy.special.lpmn and scipy.special.sph_harm. #25734

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Temporarily allow deprecation warnings for scipy.special.lpmn and scipy.special.sph_harm.

These functions are deprecated in scipy 1.15.0. I'll fix this properly soon, but let's start by getting CI working again!

@dfm
Copy link
Collaborator

dfm commented Jan 6, 2025

Note: the docs failure is unrelated and fixed in #25728

@copybara-service copybara-service bot force-pushed the test_712504400 branch 2 times, most recently from ebbceb0 to 2d94105 Compare January 6, 2025 14:37
@copybara-service copybara-service bot closed this Jan 6, 2025
@copybara-service copybara-service bot deleted the test_712504400 branch January 6, 2025 14:50
@zhenying-liu
Copy link
Contributor

Thanks for being aware of these issues.

DeprecationWarning: `scipy.special.lpmn` is deprecated as of SciPy 1.15.0 and will be removed in SciPy 1.17.0. Please use `scipy.special.assoc_legendre_p_all` instead.
DeprecationWarning: `scipy.special.sph_harm` is deprecated as of SciPy 1.15.0 and will be removed in SciPy 1.17.0. Please use `scipy.special.sph_harm_y` instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants