[Bug]: External file format error on ImageSeries #2041
Labels
category: bug
errors in the code or code behavior
priority: low
alternative solution already working and/or relevant to only specific user(s)
What happened?
When creating a new
ImageSeries
with an external file, pynwb now throws an error ifformat
is not specified as "external", even if no format value was provided.Would it be better for this to remain a warning (or removed entirely), since it is just informing the user that the value for format was automatically set to "external" because no format parameter was provided? Or should a user always have to add the
format='external'
argument when providing external data.There is a separate check in the ImageSeries initialization if a different value for format is provided (e.g. if
format='png'
whenexternal_file
is present).Steps to Reproduce
Traceback
Operating System
macOS
Python Executable
Conda
Python Version
3.13
Package Versions
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: