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 _rem_part! to work with injective cache #61

Merged
merged 9 commits into from
Sep 30, 2023

Conversation

slwu89
Copy link
Member

@slwu89 slwu89 commented Sep 30, 2023

Address #60. Previously the newly added tests would fail due to the reasons explained in that thread. This PR addresses that issue, and adds a suite of tests to account for that issue.

Apologies for the revert commit, I accidentally based this off of the branch for #59 and needed to rebase off main and revert the commit associated with that PR.

@slwu89 slwu89 requested a review from epatters September 30, 2023 22:23
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1655674) 89.93% compared to head (bac94a0) 89.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   89.93%   89.95%   +0.01%     
==========================================
  Files          12       12              
  Lines        1083     1085       +2     
==========================================
+ Hits          974      976       +2     
  Misses        109      109              
Files Coverage Δ
src/DenseACSets.jl 89.17% <100.00%> (+0.04%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@epatters epatters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Sean, LGTM! The very thorough tests are especially appreciated.

@epatters epatters merged commit c32cd26 into AlgebraicJulia:main Sep 30, 2023
9 checks passed
@slwu89 slwu89 deleted the _rem_parts-injective branch September 30, 2023 23:23
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.

2 participants