_process_end_flumine() called twice in simulated framework
mzaja opened this issue · 1 comments
mzaja commented
This is a bug as the finish()
method od strategies is called twice when running in the simulated framework. The following call needs to be removed since it is already made in BaseFlumine.__exit__
:
flumine/flumine/simulation/simulation.py
Line 106 in 796ec51