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
fix: init()方法添加output参数兼容vnpy回测模块
vnpy_ctabacktester调用datafeed.init(write_log)时传入回调函数,
BaoStockDatafeed.init()缺少该参数导致TypeError。
现已添加output参数与BaseDatafeed基类签名一致。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>