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

Stop using deprecated numpy types #316

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Conversation

kboone
Copy link
Member

@kboone kboone commented Sep 8, 2021

Numpy deprecated all of the type aliases that just referred to Python types in version 1.20.0. See numpy/numpy#14882 This PR replaces every use of one of those types with the identical Python type.

This fixes #310

@kboone kboone merged commit 98f16f8 into sncosmo:master Sep 9, 2021
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.

Numpy type deprecations
1 participant