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

Rename `_hypergraph` to `_net_attr` #560

Open nwlandry opened 4 days ago

nwlandry commented 4 days ago

This PR renames the _hypergraph internal variable to _net_attr to be more descriptive and general. This change does not affect the API.

codecov[bot] commented 4 days ago

Codecov Report

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

Project coverage is 92.51%. Comparing base (04ec9e8) to head (d0553fa).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #560 +/- ## ======================================= Coverage 92.51% 92.51% ======================================= Files 59 59 Lines 4394 4394 ======================================= Hits 4065 4065 Misses 329 329 ```

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