-
Notifications
You must be signed in to change notification settings - Fork 311
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
Remove legacy renumbering #2949
Remove legacy renumbering #2949
Conversation
Codecov ReportBase: 57.60% // Head: 53.77% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #2949 +/- ##
================================================
- Coverage 57.60% 53.77% -3.83%
================================================
Files 147 147
Lines 9227 9333 +106
================================================
- Hits 5315 5019 -296
- Misses 3912 4314 +402
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…2_remove-legacy-renum
…2_remove-legacy-renum
…nd remove the cython.cu renumbering path
…2_remove-legacy-renum
…2_remove-legacy-renum
/merge |
…d multi-column vertices
…2_remove-legacy-renum
…rt import errors better.
…etworkx type in the type annotation to avoid depending on networkx.
…ype annotation to avoid depending on networkx.
/merge |
With the merge of PR #2949, we no longer need these calls in `cython.cu` Closes #3466 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Joseph Nke (https://github.com/jnke2016) - Naim (https://github.com/naimnv) - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) - Seunghwa Kang (https://github.com/seunghwak) URL: #3467
In addition to removing
cython.cu
renumbering from our path, this PR migrate several SG altos to the PLC path.closes #2437
closes #1679
closes #2535
closes #2536
closes #2537
closes #3344