-
Notifications
You must be signed in to change notification settings - Fork 13
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
_astropy_init.py uses deprecated functions #119
Comments
@jfoster17 I don't suppose you know the easy immediate fix? I think we need to migrate the underlying package infrastructure to the more modern astropy stuff, but I don't have that process readily to mind. |
I'm afraid I don't know the best way to fix/update this. I'm not really up-to-date on astropy -- but I am pinging @astrofrog since this is causes our glue test suite to fail for the latest astropy dev versions. |
Looking into it now! |
Fixed in #120 and pvextractor v0.4 released |
In _astropy_init.py, this package calls and uses
But both
update_default_config
andConfigurationDefaultMissingWarning
are deprecated since astropy 5.0 and have been removed in the latest dev version of astropy, causing import errors for this package.The text was updated successfully, but these errors were encountered: