feat: 完善 SCDM-first 参数化编辑交付版
This commit is contained in:
@@ -165,7 +165,9 @@ def feature_recognition_priority(info: Mapping[str, object]) -> int:
|
||||
not _is_effectively_full_cylinder(info)
|
||||
and angular_span is not None
|
||||
and angular_span < math.tau * 0.92
|
||||
) or _text(info.get("slot_kind")) == "partial-cylindrical-groove" or "槽/半孔候选" in feature_type:
|
||||
) or _text(info.get("slot_kind")) == "partial-cylindrical-groove" or any(
|
||||
token in feature_type for token in ("槽/半孔候选", "盲槽", "凹槽")
|
||||
):
|
||||
return 30
|
||||
return 20
|
||||
if feature_guess == "boss/outer-round candidate":
|
||||
|
||||
Reference in New Issue
Block a user