cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Filter out sample measurements with null values by default #65

Closed Carifio24 closed 1 year ago

Carifio24 commented 1 year ago

This PR updates the Hubble GET /sample-measurements endpoint to filter out sample measurements by default. If unfinished measurements are needed for some reason, we can get them with /sample_measurements?filter_null=false.