Skip to content

Commit bcceb9a

Browse files
author
facu.r
committed
fix typo
1 parent 3461444 commit bcceb9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def getAvailableCellModels(self):
357357
def getAvailableCellTypes(self):
358358
cellTypes = set([])
359359
for p in netParams.popParams:
360-
if 'celltype' in netParams.popParams[p]:
360+
if 'cellType' in netParams.popParams[p]:
361361
ct = netParams.popParams[p]['cellType']
362362
if ct not in cellTypes:
363363
cellTypes.add(ct)

0 commit comments

Comments
 (0)