ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

PhaseResults are Inflexible #207

Closed gwm17 closed 1 month ago

gwm17 commented 1 month ago

Currently PhaseResult assumes each phase produces exactly one file as an artifact. In general there is no reason for this to be this strict. This is tied to our issues with ArtifactSchema.

gwm17 commented 1 month ago

See #128 as well