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

Fix problem from table API change in astropy 4.2 #351

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

javierggt
Copy link
Contributor

Description

Same changes applied on a branch (PR #350).

Between astropy 4.0 and 4.2 there was an API change in the Table.columns class where Table.columns.values() went from being a list to being odict_values (like a generator).

This fixes a problem noted in integration testing for the Ska3 2021.2 release.

Testing

  • Passes unit tests on MacOS
  • [N/A] Functional testing

Fixes #

@javierggt javierggt merged commit 20dcd52 into master Mar 2, 2021
@taldcroft taldcroft deleted the fix-for-astropy-4.2 branch March 3, 2021 17:07
@javierggt javierggt mentioned this pull request Apr 6, 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.

2 participants