c3-time-domain / SeeChange

A time-domain data reduction pipeline (e.g., for handling images->lightcurves) for surveys like DECam and LS4
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Remove `all_measurements` from datastore #300

Open guynir42 opened 4 weeks ago

guynir42 commented 4 weeks ago

Right now we are using a little hack where we add the bad measurements to the datastore, on a temporary variable (i.e., not saved on the DB) which is used only for testing purposes.

Now that we allow bad measurements to get saved (using two thresholds) we can remove this and just set an "all pass" delete threshold for the tests (or, at least for a subset of the tests), so we don't really need this hack anymore.