Skip to content

Commit

Permalink
Update behavior.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 22, 2024
1 parent 7a0d8b4 commit 74a7d8c
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 @@ -20,7 +20,7 @@ class SpatialSeries(TimeSeries):
tracking camera. The unit of data will indicate how to interpret SpatialSeries values.
"""

__nwbfields__ = ('reference_frame',)
__nwbfields__ = ('bounds', 'reference_frame',)

@docval(*get_docval(TimeSeries.__init__, 'name'), # required
{'name': 'data', 'type': ('array_data', 'data', TimeSeries), 'shape': ((None, ), (None, None)), # required
Expand Down

0 comments on commit 74a7d8c

Please sign in to comment.