From bb334ceec9423bee05128fede8f66ae5f8f33038 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Thu, 5 Jul 2018 16:33:09 +0200 Subject: [PATCH] Documentation: Fix display of icephys example Bug introduced in 9f101707 (Enhance icephys domain specific example, 2018-04-05). --- docs/gallery/domain/icephys.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gallery/domain/icephys.py b/docs/gallery/domain/icephys.py index 4f66675ed..baa6961b1 100644 --- a/docs/gallery/domain/icephys.py +++ b/docs/gallery/domain/icephys.py @@ -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`. @@ -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')