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 bug in 'CellFamily::_addChildCellToCell()' when added child cell is not the last #1782

Merged

Conversation

grospelliergilles
Copy link
Member

No description provided.

… lorsque la maille ajoutée n'est pas la dernière.

Avant cette modification la méthode ne fonctionnait que si la maille
enfant ajoutée était la dernière. Avec l'équilibrage de charge ce ne sera
pas forcément le cas.
@grospelliergilles grospelliergilles added bug Something isn't working arcane Arcane Component labels Nov 21, 2024
@grospelliergilles grospelliergilles self-assigned this Nov 21, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.26%. Comparing base (610adcd) to head (f6c0a82).
Report is 31 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1782      +/-   ##
==========================================
+ Coverage   70.25%   70.26%   +0.01%     
==========================================
  Files        2258     2258              
  Lines      162280   162287       +7     
  Branches    18695    18695              
==========================================
+ Hits       114003   114039      +36     
+ Misses      41505    41478      -27     
+ Partials     6772     6770       -2     

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

@grospelliergilles grospelliergilles merged commit 05e8c92 into main Nov 25, 2024
32 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-fix-potential-error-in-when-adding-child-cell branch November 27, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane Arcane Component bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants