JuliaMath / Combinatorics.jl

A combinatorics library for Julia
http://juliamath.github.io/Combinatorics.jl/dev/
Other
214 stars 58 forks source link

Use inline in the combinations iterator #125

Open mschauer opened 1 year ago

mschauer commented 1 year ago

Use inline in the combinations iterator to help with https://github.com/JuliaMath/Combinatorics.jl/pull/73

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.85% // Head: 96.85% // Decreases project coverage by -0.00% :warning:

Coverage data is based on head (e28b311) compared to base (d1b633b). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #125 +/- ## ========================================== - Coverage 96.85% 96.85% -0.01% ========================================== Files 7 7 Lines 700 699 -1 ========================================== - Hits 678 677 -1 Misses 22 22 ``` | [Impacted Files](https://codecov.io/gh/JuliaMath/Combinatorics.jl/pull/125?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath) | Coverage Δ | | |---|---|---| | [src/combinations.jl](https://codecov.io/gh/JuliaMath/Combinatorics.jl/pull/125/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2NvbWJpbmF0aW9ucy5qbA==) | `85.15% <ø> (-0.12%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.