xgi-org / xgi

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

Fix drawing warning #512

Closed nwlandry closed 7 months ago

nwlandry commented 7 months ago

Fixes #499.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1e746bf) 92.03% compared to head (c460b55) 92.03%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #512 +/- ## ======================================= Coverage 92.03% 92.03% ======================================= Files 60 60 Lines 4369 4370 +1 ======================================= + Hits 4021 4022 +1 Misses 348 348 ```

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

maximelucas commented 7 months ago

Thanks! Could you maybe just add a test to make sure there is no warning?

nwlandry commented 7 months ago

Thanks! Could you maybe just add a test to make sure there is no warning?

Done!

maximelucas commented 7 months ago

Perfect thanks!