astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

INFO message when removing duplicate products should give the correct number of products based on filters #3074

Closed snbianco closed 3 months ago

snbianco commented 3 months ago

Related to #2496 and #2497

Quick fix so that the number of products given in the INFO message in _remove_duplicate_products reflects any filters that were applied to the products. I did this by switching the order of the calls in download_products so that filters are applied to the product list before duplicates are removed.