Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
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
Fix bug so that the
pagesize
andpage
parameters work properly forCatalogs.query_criteria()
.Also added to unit test cases to check that these are working properly.