Skip to content

Commit 299a913

Browse files
author
Lucas Rebscher
committed
Remove obsolete TODOs
1 parent e1b0c77 commit 299a913

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ def viewExperimentResult(self, payload: dict):
162162
return json.loads(GeppettoModelSerializer.serialize(self.geppetto_model))
163163

164164
def stopExperiment(self, experiment_name):
165-
# TODO: check in simulation pool if experiment is running
166-
# TODO: once stopped, update experiment status to ERROR (?), also on file system
167165
simulations.local.stop()
168166
return {
169167
"message": f"Stopped simulation of {experiment_name}"

0 commit comments

Comments
 (0)