xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
172 stars 27 forks source link

Fixing things in drawing functions #476

Closed maximelucas closed 8 months ago

maximelucas commented 9 months ago
codecov[bot] commented 9 months ago

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (536f592) 92.03% compared to head (ac95a64) 92.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #476 +/- ## ========================================== - Coverage 92.03% 92.00% -0.03% ========================================== Files 60 60 Lines 4392 4429 +37 ========================================== + Hits 4042 4075 +33 - Misses 350 354 +4 ``` | [Files](https://app.codecov.io/gh/xgi-org/xgi/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org) | Coverage Δ | | |---|---|---| | [xgi/drawing/layout.py](https://app.codecov.io/gh/xgi-org/xgi/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org#diff-eGdpL2RyYXdpbmcvbGF5b3V0LnB5) | `99.18% <100.00%> (-0.02%)` | :arrow_down: | | [xgi/drawing/draw\_utils.py](https://app.codecov.io/gh/xgi-org/xgi/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org#diff-eGdpL2RyYXdpbmcvZHJhd191dGlscy5weQ==) | `88.42% <50.00%> (-0.19%)` | :arrow_down: | | [xgi/stats/\_\_init\_\_.py](https://app.codecov.io/gh/xgi-org/xgi/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org#diff-eGdpL3N0YXRzL19faW5pdF9fLnB5) | `85.46% <50.00%> (-0.42%)` | :arrow_down: | | [xgi/drawing/draw.py](https://app.codecov.io/gh/xgi-org/xgi/pull/476?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org#diff-eGdpL2RyYXdpbmcvZHJhdy5weQ==) | `77.94% <81.18%> (+1.62%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thomasrobiglio commented 9 months ago

thanks max! I'll check about #433

review-notebook-app[bot] commented 8 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

maximelucas commented 8 months ago

This is ready for review.

With the last commits, I rewrote draw_dihypergraph. The new implementation:

maximelucas commented 8 months ago

Good points Thomas, thanks! All addressed now I think.

nwlandry commented 8 months ago

Great work, @maximelucas!! Much needed changes and thanks for pushing this through!