Skip to content

Commit b968ab8

Browse files
author
sprenger
committed
[nwbio] more pep8
1 parent 4b25e7c commit b968ab8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

neo/io/nwbio.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ def write_all_blocks(self, blocks, **kwargs):
447447

448448
if sum(statistics(block)["SpikeTrain"]["count"] for block in blocks) > 0:
449449
nwbfile.add_unit_column('_name', 'the name attribute of the SpikeTrain')
450-
# nwbfile.add_unit_column('_description', 'the description attribute of the SpikeTrain')
450+
# nwbfile.add_unit_column('_description',
451+
# 'the description attribute of the SpikeTrain')
451452
nwbfile.add_unit_column(
452453
'segment', 'the name of the Neo Segment to which the SpikeTrain belongs')
453454
nwbfile.add_unit_column(
@@ -805,7 +806,8 @@ class SpikeTrainProxy(BaseSpikeTrainProxy):
805806

806807
def __init__(self, units_table, id):
807808
"""
808-
:param units_table: A Units table (see https://pynwb.readthedocs.io/en/stable/pynwb.misc.html#pynwb.misc.Units)
809+
:param units_table: A Units table
810+
(see https://pynwb.readthedocs.io/en/stable/pynwb.misc.html#pynwb.misc.Units)
809811
:param id: the cell/unit ID (integer)
810812
"""
811813
self._units_table = units_table

0 commit comments

Comments
 (0)