betcode-org/flumine

_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__:

self._process_end_flumine()

mzaja commented

PR opened: #678