sot / proseco

Probabilistic star evaluation and catalog optimization
https://sot.github.io/proseco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix problem from table API change in astropy 4.2 #350

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Description

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