Closed rly closed 2 weeks ago
The situation is odd though - the constructor for SpatialSeries
should not be called during validation. Only builders are needed. The error is: ConstructError: Could not construct SpatialSeries object due to: SpatialSeries.__init__: missing argument 'reference_frame'
Never mind the last comment. NWB inspector reads the file and therefore the objects are constructed.
What happened?
The spec for
SpatialSeries
says that the "reference_frame" dataset is optional. However, it is a required argument in pynwb to theSpatialSeries
constructor.This is blocking a user from validating their NWB files for upload onto DANDI after creating them using MatNWB.
Steps to Reproduce
Traceback
No response
Operating System
Windows
Python Executable
Conda
Python Version
3.11
Package Versions
No response
Code of Conduct