JuliaPolyhedra / Polyhedra.jl

Polyhedral Computation Interface
Other
172 stars 27 forks source link

Improve printing of DD data #318

Closed blegat closed 1 year ago

blegat commented 1 year ago

Small changes while debugging https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/317

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.79% // Head: 88.92% // Increases project coverage by +0.13% :tada:

Coverage data is based on head (9d6ff9f) compared to base (1cc19df). Patch coverage: 26.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #318 +/- ## ========================================== + Coverage 88.79% 88.92% +0.13% ========================================== Files 37 37 Lines 3149 3150 +1 ========================================== + Hits 2796 2801 +5 + Misses 353 349 -4 ``` | [Impacted Files](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra) | Coverage Δ | | |---|---|---| | [src/doubledescription.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2RvdWJsZWRlc2NyaXB0aW9uLmps) | `77.81% <26.66%> (+0.07%)` | :arrow_up: | | [src/repop.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL3JlcG9wLmps) | `95.17% <0.00%> (+0.68%)` | :arrow_up: | | [src/decompose.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2RlY29tcG9zZS5qbA==) | `77.62% <0.00%> (+0.69%)` | :arrow_up: | | [src/linearity.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2xpbmVhcml0eS5qbA==) | `91.53% <0.00%> (+0.76%)` | :arrow_up: | | [src/planar.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL3BsYW5hci5qbA==) | `99.15% <0.00%> (+0.84%)` | :arrow_up: | 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=JuliaPolyhedra). 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=JuliaPolyhedra)

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