docs: update test outcomes and improvement reports - #252
Conversation
…pic directories Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
PR template validation noticeThe PR description could not be validated against the pull request template. Items to review:
Please consider updating your PR description to include all required sections from the template. |
- ran `ruff check --fix` and `ruff format` to fix all styling errors in frigate testing and util modules. - resolved `mypy` errors in `norfair_tracker.py` involving `average_boxes` and `median_of_boxes` by explicitly typing the list comprehension return to tuple so it matches `typing.Sequence` constraint on the objects methods. Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
Fixed typing errors in `frigate/util/object.py` where `average_boxes` and `median_of_boxes` were restricted to `list` inputs but were being given sequences via list comprehensions in `frigate/track/norfair_tracker.py`. Broadened parameter types to `Sequence[list[int] | tuple[int, ...]]`. Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
ImportErrors, Node deprecations), and optimization roadmaps in.zektopic/status.md,.zektopic/optimization_and_issues_report.md,Jules/improvements.md, andJules/optimization_and_issues_report.md.PR created automatically by Jules for task 956698842389580410 started by @manupawickramasinghe