SKZ-495:修复重复 FX 生成与聚合 - #347
Merged
Merged
Conversation
Co-authored-by: multica-agent <github@multica.ai>
Member
Author
|
当前不合并:head f5c2b94 的业务逻辑、代码与本地验证已通过,但 GitHub 门禁仍为 REVIEW_REQUIRED / BLOCKED;当前执行身份与 PR 作者相同,平台拒绝自我 approval。另有 czsc/_native/init.pyi drift check 与 Python 3.10–3.13 测试仍在运行。请由独立 reviewer 批准,并待全部 CI 成功后重新提交合并审核。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
check_fxs的边界条件,从第二个候选开始过滤相邻同标记分型并保留先出现项get_fx_list统一按严格递增时间聚合已完成 BI,消除相邻 BI 的共享端点重复G,G、D,D以及真实 RawBar→CZSC 的 BI→BI、BI→UBI 回归测试TDD 证据
G,G:旧实现实际 2、期望 1,修复后通过D,D:旧实现实际 2、期望 1,修复后通过验证
cargo test -p czsc-core --quietcargo fmt --all -- --checkcargo clippy -q -p czsc-core --all-targets -- -D warningsgit diff --checkCloses SKZ-495