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

Make sure bitflag is propagated correctly #221

Closed guynir42 closed 2 months ago

guynir42 commented 3 months ago

When the pipeline runs and new products are produced, need to verify that the bitflag of the upstreams is copied into the _upstream_bitflag of the new object.

Must also add a test for this, presumably in test_pipeline.py.

guynir42 commented 3 months ago

Could be a good second or third issue.