-
Notifications
You must be signed in to change notification settings - Fork 6
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
feature branch for hugr_model/serialization #1446
base: main
Are you sure you want to change the base?
Conversation
…#1442) Updated edge representation. Instead of edges referring to their input and output ports, ports now refer to the id of the edges that they are connected to. This saves some space, and guarantees that each port is part of only one edge.
Hey there and thank you for opening this pull request! 👋 We require pull request titles to follow the Conventional Commits specification Your title should look like this. The scope field is optional.
If the PR includes a breaking change, mark it with an exclamation mark:
and include a "BREAKING CHANGE:" footer in the body of the pull request. Details:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1446 +/- ##
==========================================
- Coverage 87.66% 87.28% -0.38%
==========================================
Files 120 121 +1
Lines 20702 20983 +281
Branches 17949 18230 +281
==========================================
+ Hits 18148 18315 +167
- Misses 1785 1892 +107
- Partials 769 776 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fixes one bug found with getting function names
No description provided.