Skip to content

Commit

Permalink
Documentation: Fix display of icephys example
Browse files Browse the repository at this point in the history
Bug introduced in 9f10170 (Enhance icephys domain specific example,
2018-04-05).
  • Loading branch information
t-b committed Jul 27, 2018
1 parent 9955d7f commit bb334ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gallery/domain/icephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

nwbfile.add_stimulus(ccss)

#######################
# Here, we will use :py:class:`~pynwb.icephys.VoltageClampSeries` to store voltage clamp
# data and then add it to our NWBFile as acquired data using the :py:class:`~pynwb.file.NWBFile` method
# :py:meth:`~pynwb.file.NWBFile.add_acquisition`.
Expand Down Expand Up @@ -124,6 +125,7 @@

ccss = nwbfile.get_stimulus('ccss')

####################
# Grabbing acquisition data an be done via :py:meth:`~pynwb.file.NWBFile.get_acquisition`

vcs = nwbfile.get_acquisition('vcs')
Expand Down

0 comments on commit bb334ce

Please sign in to comment.