-
-
Notifications
You must be signed in to change notification settings - Fork 425
Update to v0.4 / v1.0 astropy configuration system #501
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
Conversation
|
I see that the automatic generation of .cfg files has been removed here: |
|
@keflavich - Maybe what you are looking for is in #442, especially the first few commits? |
|
Thanks @jwoillez that's what I needed. Totally forgot about it. |
|
I get 3 failures: I cannot explain how this url: |
|
Automatic generation of the configuration file is gone, that's true. But you can use the config file from a previous version as a starting point. |
|
@keflavich: I'm checking out your branch now and will see if I can fix some of the issues being seen here. |
|
Sorry for the confusion yesterday. It looks like you are already on the new API here, and the only fault was the breakage in mdboom/astropy@7186664. I think this PR can probably just be closed. |
|
Except having the fixed config file is helpful. Sorry -- still working on it. |
|
All of the errors here go away with astropy/astropy#3627. So I'd suggest closing this, and only merging #502, which is just the part to add the config file to the repo. |
@mdboom migrated this from #498 since there's some hope that that PR and other old ones can be merged against astropy with reversion.
This is still a WIP as there are some unclear conflicts remaining.