Closed ehennestad closed 1 day ago
The test fails when trying to read the output nwb with pynwb, with the following error message:
"Could not construct CorrectedImageStack object due to: CorrectedImageStack.__init__: missing argument 'original'"
The original property of the CorrectedImageStack object is set, and also present when I read the file back with matnwb.
@rly do you know why this might be happening? @ehennestad , could you provide a sample file?
The object in question should be added as a link. Issue #559 already discusses how the matnwb api is not enforcing links for types that should be links
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.16%. Comparing base (
e070e20
) to head (60f37a6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Motivation
Add NWB types to tutorial to reach 100% tutorial coverage
How to test the behavior?
Run ophys live script
Checklist
fix #XX
whereXX
is the issue number?