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

Add a __str__ function to the TrackGraph with num nodes and edges #123

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

cmalinmayor
Copy link
Contributor

Closes #81

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.94%. Comparing base (f6c9cba) to head (c619b58).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
motile/track_graph.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
- Coverage   93.06%   92.94%   -0.12%     
==========================================
  Files          30       30              
  Lines         721      723       +2     
==========================================
+ Hits          671      672       +1     
- Misses         50       51       +1     

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

@cmalinmayor cmalinmayor merged commit eb83bd2 into main Sep 30, 2024
11 of 13 checks passed
@cmalinmayor cmalinmayor deleted the 81-trackgraph-str branch September 30, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better repr for TrackGraph
1 participant