Closed ajstewart closed 1 year ago
In the docs the provided example has inconsistent variable declaration and usage
coords_to_query on line 249 should be my_coords, same problem for source_names, should be my_source_names.
coords_to_query
my_coords
source_names
my_source_names
https://github.com/askap-vast/vast-tools/blob/4f060bbb50cd9ffb7c70a099b78b49ff7234652e/docs/components/query.md?plain=1#L243-L250
In the docs the provided example has inconsistent variable declaration and usage
coords_to_query
on line 249 should bemy_coords
, same problem forsource_names
, should bemy_source_names
.https://github.com/askap-vast/vast-tools/blob/4f060bbb50cd9ffb7c70a099b78b49ff7234652e/docs/components/query.md?plain=1#L243-L250