Skip to content

Commit 6d2cad2

Browse files
committed
removed sim.analysis.plotData() from instantiate - don't need and can cause problems
1 parent b903085 commit 6d2cad2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ def instantiateNetPyNEModel(self):
177177

178178
def simulateNetPyNEModel(self):
179179
sim.setupRecording()
180-
sim.simulate()
181-
sim.analyze()
180+
sim.saveData()
182181
return sim
183182

184183
def rename(self, path, oldValue,newValue):

0 commit comments

Comments
 (0)