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

Refactor multilayer drawing function and add headers to convert module #434

Merged
merged 11 commits into from
Aug 3, 2023

response to review

f9c9cc0
Select commit
Loading
Failed to load commit list.
Merged

Refactor multilayer drawing function and add headers to convert module #434

response to review
f9c9cc0
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Aug 3, 2023 in 0s

90.97% (+0.00%) compared to cbaec09

View this Pull Request on Codecov

90.97% (+0.00%) compared to cbaec09

Details

Codecov Report

Patch coverage: 93.57% and no project coverage change.

Comparison is base (cbaec09) 90.97% compared to head (f9c9cc0) 90.97%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #434   +/-   ##
=======================================
  Coverage   90.97%   90.97%           
=======================================
  Files          58       59    +1     
  Lines        4088     4100   +12     
=======================================
+ Hits         3719     3730   +11     
- Misses        369      370    +1     
Files Changed Coverage Δ
xgi/convert/bipartite_edges.py 44.44% <ø> (ø)
xgi/convert/bipartite_graph.py 100.00% <ø> (ø)
xgi/convert/graph.py 100.00% <ø> (ø)
xgi/convert/higher_order_network.py 95.19% <ø> (ø)
xgi/convert/hyperedges.py 100.00% <ø> (ø)
xgi/convert/hypergraph_dict.py 95.45% <ø> (ø)
xgi/convert/incidence.py 76.92% <ø> (ø)
xgi/convert/line_graph.py 95.00% <ø> (-5.00%) ⬇️
xgi/convert/pandas.py 100.00% <ø> (ø)
xgi/convert/simplex.py 100.00% <ø> (ø)
... and 5 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.