TACC / a2cps-datastore-imaging

0 stars 0 forks source link

`get_indicated_received` relies on outdated column `bids_validation` #28

Closed psadil closed 2 months ago

psadil commented 2 months ago

The default for validation_column is bids_validation, but that column is a duplicate of bids and will be removed soon.

https://github.com/TACC/a2cps-datastore-imaging/blob/ec654fd0fe33c4a066dd67f6c9f72a77d06f2545/src/data_processing.py#L62

The validation_column can be updated to bids with the expectation that the result will not change.

mepearson commented 2 months ago

Completed in a different push