AllenInstitute / ophys_etl_pipelines

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

Stricter data model for decrosstalking #148

Closed danielsf closed 3 years ago

danielsf commented 3 years ago

The decrosstalking pipeline passes around a lot of complicated python primitives without any type hinting. We need to design classes to specifically hold the data that is passed around by the various methods in the pipeline so that we can implement rigorous type hinting in the module.

wbwakeman commented 3 years ago

Addressed by https://github.com/AllenInstitute/ophys_etl_pipelines/pull/155