You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start sending codeSourceId with Cloud Push (#593)
* Initial solution
* Add unit tests
* Add missing force parameter in recursive _push_project call
* Add --force suggestion
* Move --force hint to the general try-except
Issue #565 passing "env" to docker as extra-docker-config (#567)
* Update lean_runner.py
* Update lean_runner.py
* Extra env vars are added to existing ones.
* Support for multiple input option
Fix: backtest is aborted in the middle with half of report (#539)
* feat: compare backtest result when run it in cloud
* feat: use delay between is_backtest_done validation
* refactor: more performance in is_backtest_done
* refactor: more readable and reset counter in is_backtest_done
* Update cloud_runner.py
---------
Co-authored-by: Martin-Molinero <[email protected]>