-
Notifications
You must be signed in to change notification settings - Fork 4
Adding and Removing Edge Lists #29
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
|
Thanks @JoeyT1994, I think this should go in: https://github.com/mtfishman/NamedGraphs.jl/blob/main/src/Graphs/abstractgraph.jl. |
|
Also could you add some tests? |
|
|
I added some checks for formatting. Could you format your code: julia> cd(pkgdir(NamedGraphs))
julia> using JuliaFormatter
julia> format(".") |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #29 +/- ##
==========================================
- Coverage 77.90% 77.39% -0.51%
==========================================
Files 19 19
Lines 774 792 +18
==========================================
+ Hits 603 613 +10
- Misses 171 179 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Thanks! |
Added utility functions for adding and removing lists of edges.