Skip to content

Commit

Permalink
enforced 1D commanded voltages
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Jul 23, 2024
1 parent 94d80c2 commit a9872a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions spec/ndx-fiber-photometry.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ groups:
target_type: TimeSeries
reftype: object
shape:
- - null
- - null
- null
- null
doc: Link to the commanded voltage series.
quantity: '?'
- name: photodetector
Expand Down
2 changes: 1 addition & 1 deletion src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def main():
name="commanded_voltage_series",
doc="Link to the commanded voltage series.",
dtype=NWBRefSpec(target_type="TimeSeries", reftype="object"),
shape=((None, ), (None, None)),
shape=((None, )),
neurodata_type_inc="VectorData",
quantity="?",
),
Expand Down

0 comments on commit a9872a3

Please sign in to comment.