Skip to content

Commit

Permalink
Update src/pynwb/ogen.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <[email protected]>
  • Loading branch information
rly and stephprince authored Jan 11, 2024
1 parent d7e1667 commit ccc4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/ogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class OptogeneticSeries(TimeSeries):
@docval(*get_docval(TimeSeries.__init__, 'name'), # required
{'name': 'data', 'type': ('array_data', 'data', TimeSeries), # required
'shape': [(None, ), (None, None)],
'doc': 'The data values over time. Must be 1D.'},
'doc': 'The data values over time.'},
{'name': 'site', 'type': OptogeneticStimulusSite, # required
'doc': 'The site to which this stimulus was applied.'},
*get_docval(TimeSeries.__init__, 'resolution', 'conversion', 'timestamps', 'starting_time', 'rate',
Expand Down

0 comments on commit ccc4538

Please sign in to comment.