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.
There is a bug in
vasttools.query.Query._get_cutout
where the incorrect argument name passed toread_selavy
. This should be fixed by changingusecols
tocols
. 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.