-
Fix for python SetHoldings precision loss (#5879)
发布于
2021-08-25 18:25:39 +00:00 | 2193 次提交 在此版本后已推送到 master- After https://github.com/QuantConnect/Lean/pull/5872 trading API
changes numpy float64 was not converted correctly by pythonNet and
used an int. Reverting API changes and adding regression test. This
should be fixed at pythonNet layer
下载附件
- After https://github.com/QuantConnect/Lean/pull/5872 trading API