Skip to content
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

[ENH][WIP] Min/Max Spanning Trees functionality #459

Merged
merged 14 commits into from
Mar 30, 2020

Conversation

jGaboardi
Copy link
Member

This PR adds minimum and maximum spanning tree extraction functionality.

See #449

@codecov
Copy link

codecov bot commented Mar 29, 2020

Codecov Report

Merging #459 into master will decrease coverage by 5.45%.
The diff coverage is 98.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   97.85%   92.40%   -5.46%     
==========================================
  Files           3        3              
  Lines        1120     1172      +52     
  Branches      269      284      +15     
==========================================
- Hits         1096     1083      -13     
- Misses          6       68      +62     
- Partials       18       21       +3     
Impacted Files Coverage Δ
spaghetti/network.py 94.16% <96.66%> (-3.27%) ⬇️
spaghetti/util.py 82.37% <100.00%> (-16.10%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb1679c...59a719b. Read the comment docs.

This was referenced Mar 30, 2020
@jGaboardi jGaboardi merged commit ca6230c into pysal:master Mar 30, 2020
@jGaboardi jGaboardi deleted the minspantree branch March 30, 2020 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant