bug fix related to switch between two simulation (values from previous simulation are visible)
This commit is contained in:
parent
4db599f8f9
commit
2bb2c6aa0b
@ -104,6 +104,7 @@ class WorkerWebService(WebService):
|
||||
Stops the worker run.
|
||||
'''
|
||||
self.params_data = {}
|
||||
self.stats_data = None
|
||||
self.is_simulation_running = False
|
||||
return ('', 204)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user