Closed imagejan closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f94232a
) 99.11% compared to head (7932365
) 99.13%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@tibuch I tested locally with a single-channel dataset, but ran into ValidationError
s because the input for ChannelMetadata.wavelength
seems to be float(0.0)
with this dataset. The rest seems to be fine, we'd just need a smaller single-channel test dataset to add a test for the new logic.
I fixed a couple things (#91) and rebased this branch.
Relax filename pattern to allow missing channel group: when the channel info is missing from the filename, we default to 0.
Closes #89.