Skip to content

Commit

Permalink
Update src/pynwb/behavior.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
mavaylon1 and rly authored May 2, 2024
1 parent ed3777f commit 7c6c10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SpatialSeries(TimeSeries):
{'name': 'data', 'type': ('array_data', 'data', TimeSeries), 'shape': ((None, ), (None, None)), # required
'doc': ('The data values. Can be 1D or 2D. The first dimension must be time. If 2D, there can be 1, 2, '
'or 3 columns, which represent x, y, and z.')},
{'name': 'bounds', 'type': list, 'shape': ((None, ), (None, None), (None, None, None)), 'default': None,
{'name': 'bounds', 'type': list, 'shape': ((1, 2), (2, 2), (3, 2)), 'default': None,
'doc': 'The boundary range (min, max) for each dimension of data.'},
{'name': 'reference_frame', 'type': str, # required
'doc': 'description defining what the zero-position is'},
Expand Down

0 comments on commit 7c6c10d

Please sign in to comment.