Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit e47903b

Browse files
committed
update docstr sec_name->seclist_name
1 parent 4c57d13 commit e47903b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bluepyopt/ephys/locations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class NrnSecSomaDistanceCompLocation(NrnSomaDistanceCompLocation):
399399
"""Compartment on a section defined both by a section index and distance
400400
from the soma """
401401

402-
SERIALIZED_FIELDS = ('name', 'comment', 'soma_distance', 'sec_name',
402+
SERIALIZED_FIELDS = ('name', 'comment', 'soma_distance', 'seclist_name',
403403
'sec_index', )
404404

405405
def __init__(
@@ -416,7 +416,7 @@ def __init__(
416416
name (str): name of this object
417417
soma_distance (float): distance from soma to this compartment
418418
sec_index (int): index of the section to consider
419-
sec_name (str): name of Neuron sections (ex: 'apic')
419+
seclist_name (str): name of Neuron sections (ex: 'apic')
420420
"""
421421
super(NrnSecSomaDistanceCompLocation, self).__init__(
422422
name,

0 commit comments

Comments
 (0)