askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

Cutouts are broken #388

Closed ddobie closed 1 year ago

ddobie commented 1 year ago

There is a bug in vasttools.query.Query._get_cutout where the incorrect argument name passed to read_selavy. This should be fixed by changing usecols to cols. It means that no cutouts can be fetched.

The fact that this major bug hasn't been picked up in nearly a year is quite surprising and suggests to me that our testing isn't anywhere near as robust as it should be.