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

TST: special: silence some deprecation warnings #6626

Merged
merged 1 commit into from Sep 28, 2016

Conversation

person142
Copy link
Member

@person142 person142 commented Sep 28, 2016

One is from the deprecated sph_yn, and the others occur when importing sympy in Python 3 (see sympy/sympy#11255).

Note that the sympy ones won't show up on Travis since sympy isn't installed. Maybe that should be changed so that the sympy tests always run?

One is from the deprecated `sph_yn`, and the others occur when
importing sympy in Python 3.
@person142 person142 added scipy.special maintenance Items related to regular maintenance tasks labels Sep 28, 2016
@rgommers
Copy link
Member

Note that the sympy ones won't show up on Travis since sympy isn't installed. Maybe that should be changed so that the sympy tests always run?

Hmm, that looks like a bit of a mess. The largest set (in test_mpmath.py) uses mpmath not sympy.mpmath so those will run. Not sure why we're trying both. I think we should remove all uses of sympy.mpmath from the tests. Then we only have a single usage of sympy left it looks like, in test_precompute_expn_asy.py.

@rgommers rgommers merged commit a96e09b into scipy:master Sep 28, 2016
@rgommers
Copy link
Member

LGTM, merging. Thanks Josh.

@rgommers rgommers added this to the 0.19.0 milestone Sep 28, 2016
@person142 person142 deleted the special-warnings branch September 30, 2016 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.special
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants