-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adapt to changes between astropy 1.2 and 1.3 in how table units are handled #62
Comments
For testing purposes, I need both versions of astropy installed:
Since I don't specify the python version, it uses python2.7 from my root conda install (and keeps the new environments relatively lightweight). [Updated to add scipy & pyyaml since these are needed to test |
I can reproduce @sbailey's inconsistent behavior between 1.2.1 and 1.3.2 but I think the fix is straightforward: use |
For the record, the change in astropy 1.3 table behavior is documented at http://docs.astropy.org/en/stable/table/modify_table.html#api-change-in-replacing-columns |
Quoting from @sbailey in [desi-data 2788]:
This issue is to investigate option 3 above, and to ensure that specsim gives the same results for both versions of astropy.
The text was updated successfully, but these errors were encountered: