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

Bugfix for pagesize and page parameters in catalogs.query_criteria() #3065

Closed snbianco closed 4 months ago

snbianco commented 4 months ago

Fix bug so that the pagesize and page parameters work properly for Catalogs.query_criteria().

Also added to unit test cases to check that these are working properly.