-
Notifications
You must be signed in to change notification settings - Fork 14
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/python3.9 10 #267
Feature/python3.9 10 #267
Conversation
I am debugging why the docker build is failing, something to do with the new toml/setup.cfg it looks like not liking data files |
In networkx v2 subgraphs are frozen and must be copied to be edited
Codecov Report
@@ Coverage Diff @@
## develop_v3 #267 +/- ##
==============================================
- Coverage 86.70% 86.67% -0.03%
==============================================
Files 53 53
Lines 8897 8909 +12
Branches 2310 2310
==============================================
+ Hits 7714 7722 +8
- Misses 722 726 +4
Partials 461 461
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Improvements