We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3461444 commit bcceb9aCopy full SHA for bcceb9a
1 file changed
netpyne_ui/netpyne_geppetto.py
@@ -357,7 +357,7 @@ def getAvailableCellModels(self):
357
def getAvailableCellTypes(self):
358
cellTypes = set([])
359
for p in netParams.popParams:
360
- if 'celltype' in netParams.popParams[p]:
+ if 'cellType' in netParams.popParams[p]:
361
ct = netParams.popParams[p]['cellType']
362
if ct not in cellTypes:
363
cellTypes.add(ct)
0 commit comments