AllenInstitute / ophys_etl_pipelines

Pipelines and modules for processing optical physiology data
Other
9 stars 5 forks source link

Bugfix get roi classifier #577

Closed aamster closed 1 year ago

aamster commented 1 year ago

The issue was that if you use a where clause with an implicit join in sqlalchemy, then it does a cartesian product instead of inner join, and gives unexpected results.

Testing

updated unit test to reproduce the issue. It failed before and passes now.