Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double edge swap #349

Merged
merged 4 commits into from
May 4, 2023
Merged

Fix double edge swap #349

merged 4 commits into from
May 4, 2023

Conversation

nwlandry
Copy link
Collaborator

@nwlandry nwlandry commented May 3, 2023

Fixed an issue where the node memberships were not updated correctly. Also modified the dual_dict() method so that values are sets not lists.

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (b0b2d29) 90.42% compared to head (00f8733) 90.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #349      +/-   ##
==========================================
+ Coverage   90.42%   90.43%   +0.01%     
==========================================
  Files          41       41              
  Lines        3008     3012       +4     
==========================================
+ Hits         2720     2724       +4     
  Misses        288      288              
Impacted Files Coverage Δ
xgi/classes/hypergraph.py 86.03% <100.00%> (+0.14%) ⬆️
xgi/utils/utilities.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nwlandry nwlandry merged commit 50dfc08 into main May 4, 2023
@nwlandry nwlandry deleted the fix-double-edge-swap branch May 4, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants