I encountered the challenge that when an optimizee fails due to 'reasons'. The outer loop hangs on the existing of a file that would be created by the optimizee.
This is not optimal behaviour
Line 220ish in JUBE_runner.py
` # Wait for ready files to be written
while not self.is_done(ready_files):
time.sleep(5)`
I encountered the challenge that when an optimizee fails due to 'reasons'. The outer loop hangs on the existing of a file that would be created by the optimizee. This is not optimal behaviour
Line 220ish in JUBE_runner.py
` # Wait for ready files to be written