We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0f9d2 commit 97c2c53Copy full SHA for 97c2c53
1 file changed
libensemble/worker.py
@@ -415,4 +415,4 @@ def run(self) -> None:
415
self.gen_runner.shutdown()
416
self.sim_runner.shutdown()
417
self.EnsembleDirectory.copy_back()
418
- Executor.executor.comm = None
+ Executor.executor.comm = None # so Executor can be pickled upon further libE calls
0 commit comments