-
Notifications
You must be signed in to change notification settings - Fork 118
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
Modernize graph.cpp to use data_handles. #2463
Conversation
This commit modernizes the use of `pd + i` in `Graph::choose_sym()`.
To check during review:
|
✔️ d97001a -> Azure artifacts URL |
Codecov Report
@@ Coverage Diff @@
## master #2463 +/- ##
=======================================
Coverage 60.41% 60.41%
=======================================
Files 626 626
Lines 120816 120813 -3
=======================================
- Hits 72990 72989 -1
+ Misses 47826 47824 -2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested manually. Certainly fixes the issue. There are a number of surprising behaviors with the [all]
syntax for Plot what?
selection persistence in regard to saving/restoring sessions and changing nseg
. However these problems existed from the beginning and have nothing to do with data handles. So this PR should be merged as is.
✔️ 094bd39 -> Azure artifacts URL |
This commit modernizes the use of
pd + i
inGraph::choose_sym()
.