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 fusion tree iterator for multiple fusion case #193

Merged
merged 2 commits into from
Jan 1, 2025

Conversation

Jutho
Copy link
Owner

@Jutho Jutho commented Jan 1, 2025

Fixes #192 .

Copy link

codecov bot commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 82.01%. Comparing base (00eb107) to head (598d85c).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/fusiontrees/iterator.jl 86.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   82.04%   82.01%   -0.04%     
==========================================
  Files          42       42              
  Lines        5368     5370       +2     
==========================================
  Hits         4404     4404              
- Misses        964      966       +2     

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

@Jutho Jutho requested a review from lkdvos January 1, 2025 20:01
@lkdvos lkdvos merged commit 6aa0c7b into master Jan 1, 2025
14 checks passed
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.

Fusiontree iterator with multiplicities
2 participants