Skip to content

Commit

Permalink
Merge pull request #295 from alexevag/patch-1
Browse files Browse the repository at this point in the history
Bug that make experiment to go from sleeping to ready instead of running
  • Loading branch information
olakiril authored Jun 15, 2022
2 parents 2df1948 + d6efe22 commit 9a11d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def stop(self):
self.logger.ping(0)
self.logger.closeDatasets()
self.running = False
self.logger.update_setup_info({'status': 'stop'})

def is_stopped(self):
self.quit = self.quit or self.logger.setup_status in ['stop', 'exit']
Expand Down

0 comments on commit 9a11d04

Please sign in to comment.