-
Notifications
You must be signed in to change notification settings - Fork 532
fix for networkx and afni #2196
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
Conversation
…(*) in a few places (nodes_iter, in_edges_iter, etc., dont exist in ver 2, but nodes, in_edges, etc., are iterators); had to add .copy to .subgraph for ver 2 (otherwise its a view), but had to keep original code for ver 1
…more (so changed to **dict); some updates related to changes in .nodes method (its not a list anymore)
…ve no tests, so no idea if changes work
…they have no tests, so no idea if changes work
Codecov Report
@@ Coverage Diff @@
## master #2196 +/- ##
==========================================
- Coverage 72.28% 72.22% -0.07%
==========================================
Files 1171 1171
Lines 58622 58620 -2
Branches 8433 8434 +1
==========================================
- Hits 42377 42339 -38
- Misses 14887 14921 +34
- Partials 1358 1360 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2196 +/- ##
==========================================
- Coverage 72.28% 72.22% -0.07%
==========================================
Files 1171 1171
Lines 58622 58620 -2
Branches 8433 8434 +1
==========================================
- Hits 42377 42339 -38
- Misses 14887 14921 +34
- Partials 1358 1360 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2196 +/- ##
==========================================
- Coverage 72.28% 72.22% -0.07%
==========================================
Files 1171 1171
Lines 58622 58620 -2
Branches 8433 8434 +1
==========================================
- Hits 42377 42339 -38
- Misses 14887 14921 +34
- Partials 1358 1360 +2
Continue to review full report at Codecov.
|
this is a replacement for #2171 to get merged so that master is back on track.
fixes #2159
fixes #2194
closes #2171
(Fix/close lines edited by @effigies)