xgi-org / xgi

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

Higher-order base class #542

Closed nwlandry closed 1 week ago

nwlandry commented 1 month ago

This adds a base class. This is currently unused, but other classes will inherit from it in the future.

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 83 lines in your changes missing coverage. Please review.

Project coverage is 90.68%. Comparing base (8ab20d8) to head (4b9491b).

:exclamation: Current head 4b9491b differs from pull request most recent head af5435c

Please upload reports for the commit af5435c to get more accurate results.

Files Patch % Lines
xgi/core/hon.py 0.00% 83 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #542 +/- ## ========================================== - Coverage 92.35% 90.68% -1.68% ========================================== Files 60 61 +1 Lines 4500 4583 +83 ========================================== Hits 4156 4156 - Misses 344 427 +83 ```

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

nwlandry commented 1 week ago

Closed in favor of #555