You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NWBAttributeSpec(
name="insertion_position_in_mm",
doc=("Stereotactic coordinates (AP, ML, DV) of where the probe was inserted, in millimeters. ""AP = anteroposterior coordinate in mm (+ is anterior). ""ML = mediolateral coordinate in mm (+ is right). ""DV = dorsoventral coordinate in mm (+ is up).""Coordinates are relative to `reference`"),
dtype=[
NWBDtypeSpec(name="ap", dtype="float", doc="Anteroposterior coordinate in mm, relative to `reference` (+ is anterior).",),
NWBDtypeSpec(name="ml", dtype="float", doc="Mediolateral coordinate in mm, relative to `reference` (+ is right).",),
NWBDtypeSpec(name="dv", dtype="float", doc="Dorsoventral coordinate in mm, relative to `reference` (+ is up).",),
],
required=False,
),
Traceback
TypeError: NWBAttributeSpec.__init__: incorrect type for 'dtype' (got 'list', expected 'str or RefSpec')
Operating System
macOS
Python Executable
Conda
Python Version
3.12
Package Versions
No response
The text was updated successfully, but these errors were encountered:
What happened?
Compound dtype attributes are not supported, but the schema language says they should be: https://hdmf-schema-language.readthedocs.io/en/latest/description.html#attribute-specification-keys
Steps to Reproduce
Traceback
Operating System
macOS
Python Executable
Conda
Python Version
3.12
Package Versions
No response
The text was updated successfully, but these errors were encountered: