Skip to content

Commit 93677b8

Browse files
Cleanup strat runner (#108)
* cleanup stratgy runner by abstracting side specific code into a separate class. This will make it easier to maintain and extend the strategy runner in the future. * fix all tests * Update utama_core/tests/strategy_runner/test_runner_misconfig.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update utama_core/tests/strategy_runner/test_runner_misconfig.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * refactored * update misconfig * add comments --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f5a237 commit 93677b8

File tree

5 files changed

+207
-197
lines changed

5 files changed

+207
-197
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828
print_real_fps=True,
2929
profiler_name=None,
3030
)
31-
runner.my_strategy.render()
31+
runner.my.strategy.render()
3232
runner.run()
3333

3434

0 commit comments

Comments
 (0)