发布

  • 17899 c88955b91a

    Update QuantConnect.pythonnet to 2.0.57 (#9584)

    frostbyte_neo 发布于 2026-07-06 21:07:35 +00:00 | 38 次提交 在此版本后已推送到 master

    • Update QuantConnect.pythonnet to 2.0.57

    • Update NoMethodMatch interpreter tests for pythonnet 2.0.57 snake_case method names

    pythonnet 2.0.57 renders the method name in the 'No method matches given
    arguments' TypeError in snake_case (e.g. 'for set_cash:' / 'for rsi:'),
    matching the name Python callers use. The interpreter extracts it correctly;
    only the tests' hardcoded PascalCase expectations (SetCash, RSI) were stale.
    Assert the snake_case names the API now emits.

    下载附件