Skip to content

Commit

Permalink
Some small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-jaggi committed Jun 15, 2021
1 parent 8f6a6c5 commit 0fb7485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/ndx-photometry.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ groups:
dtype: text
shape:
- null
doc: model number of the photodector
doc: model number of the photodetector
quantity: '?'
- neurodata_type_def: ExcitationSourcesTable
neurodata_type_inc: DynamicTable
Expand Down
2 changes: 1 addition & 1 deletion src/pynwb/tests/integration/test_photometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_roundtrip(self):
)
)

cmmandedvoltage_series2 = (
commandedvoltage_series2 = (
multi_commanded_voltage.create_commanded_voltage_series(
name="commanded_voltage2",
data=[1.0, 2.0, 3.0],
Expand Down

0 comments on commit 0fb7485

Please sign in to comment.