We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66335b commit 616fb3fCopy full SHA for 616fb3f
python/rdesigneur/rdesigneur.py
@@ -1229,10 +1229,10 @@ def _decorateWithSpines( self ):
1229
1230
def _loadElec( self, efile, elecname ):
1231
if ( efile[ len( efile ) - 2:] == ".p" ):
1232
- self.elecid = moose.loadModel( efile, '/library/' + elecname)[0]
+ self.elecid = moose.loadModel( efile, '/library/' + elecname)
1233
print(self.elecid)
1234
elif ( efile[ len( efile ) - 4:] == ".swc" ):
1235
1236
else:
1237
nm = NeuroML()
1238
print("in _loadElec, combineSegments = ", self.combineSegments)
0 commit comments