* fix: sort yolo class names by numeric keys * fix(yolo): reject double-hyphen keys in _is_int_like predicate * fix(yolo): raise ValueError for mixed numeric/non-numeric names keys * test(yolo): parametrize _extract_class_names with all key-type cases * refine(yolo): rename lambda param key→k to avoid shadowing outer variable * docs(yolo): comment bool guard in _is_int_like * docs(yolo): docstring for _extract_class_names --------- Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude Code <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| annotators | ||
| assets | ||
| classification | ||
| dataset | ||
| detection | ||
| draw | ||
| geometry | ||
| key_points | ||
| metrics | ||
| tracker | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||
| helpers.py | ||
| test_validate_deprecations.py | ||