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

fixng a bug in CCC #347

Merged
merged 1 commit into from
Apr 4, 2024
Merged

fixng a bug in CCC #347

merged 1 commit into from
Apr 4, 2024

Conversation

USFCA-MSDS
Copy link
Contributor

@USFCA-MSDS USFCA-MSDS commented Apr 4, 2024

The CCC condition is not being checked correctly when inserting a new cell. Bug fixed with this PR. See #315.

Also added a new test to insure this the membership dictionary is being populated correctly, this is implemented to prevent deleting the parts of the code responsible for taking into account this feature.

@USFCA-MSDS USFCA-MSDS requested a review from ffl096 April 4, 2024 04:24
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.23%. Comparing base (2975679) to head (f5808c8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #347      +/-   ##
==========================================
+ Coverage   97.06%   97.23%   +0.17%     
==========================================
  Files          35       35              
  Lines        3507     3511       +4     
==========================================
+ Hits         3404     3414      +10     
+ Misses        103       97       -6     

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

@USFCA-MSDS USFCA-MSDS added the bug Something isn't working label Apr 4, 2024
@ffl096 ffl096 merged commit 52214b8 into main Apr 4, 2024
9 checks passed
@ffl096 ffl096 deleted the fix-CCC branch April 4, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants