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

Make IDViews respect order #482

Closed nwlandry closed 8 months ago

nwlandry commented 8 months ago

Before, the ids in the IDView could be unordered. This respects the insertion order of the edges.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (16e39f6) 92.05% compared to head (8a62958) 92.03%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #482 +/- ## ========================================== - Coverage 92.05% 92.03% -0.03% ========================================== Files 60 60 Lines 4392 4392 ========================================== - Hits 4043 4042 -1 - Misses 349 350 +1 ``` | [Files](https://app.codecov.io/gh/xgi-org/xgi/pull/482?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org) | Coverage Δ | | |---|---|---| | [xgi/core/diviews.py](https://app.codecov.io/gh/xgi-org/xgi/pull/482?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org#diff-eGdpL2NvcmUvZGl2aWV3cy5weQ==) | `83.60% <100.00%> (ø)` | | | [xgi/core/views.py](https://app.codecov.io/gh/xgi-org/xgi/pull/482?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org#diff-eGdpL2NvcmUvdmlld3MucHk=) | `94.11% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/xgi-org/xgi/pull/482/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgi-org)

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