Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph utilities #252

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Graph utilities #252

merged 1 commit into from
Feb 17, 2025

Conversation

kozlov721
Copy link
Collaborator

@kozlov721 kozlov721 commented Feb 17, 2025

Purpose

Moved from luxonis-train as it fits better here, and it resolves some import issues in luxonis-train

Specification

Added luxonis_ml.utils.graph module containing basic helper functions for graph traversal

Testing & Validation

Added new test to tests/test_utils/test_graph.py

@kozlov721 kozlov721 requested a review from a team as a code owner February 17, 2025 18:20
@kozlov721 kozlov721 requested review from klemen1999, tersekmatija and conorsim and removed request for a team February 17, 2025 18:20
@github-actions github-actions bot added enhancement New feature or request utils Changes affecting luxonis_ml.utils subpackage labels Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.07%. Comparing base (24bf574) to head (482b399).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
+ Coverage   96.03%   96.07%   +0.03%     
==========================================
  Files          94       96       +2     
  Lines        5066     5116      +50     
==========================================
+ Hits         4865     4915      +50     
  Misses        201      201              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kozlov721 kozlov721 merged commit 74e5bef into main Feb 17, 2025
13 checks passed
@kozlov721 kozlov721 deleted the feature/graph-utils branch February 17, 2025 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request utils Changes affecting luxonis_ml.utils subpackage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants