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

WIP: Explicit basis #513

Closed
wants to merge 32 commits into from

fix truncate

7b3fe93
Select commit
Loading
Failed to load commit list.
Closed

WIP: Explicit basis #513

fix truncate
7b3fe93
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Aug 3, 2023 in 1s

77.90% (-1.89%) compared to f4d90d9

View this Pull Request on Codecov

77.90% (-1.89%) compared to f4d90d9

Details

Codecov Report

Patch coverage: 85.48% and project coverage change: -1.89% ⚠️

Comparison is base (f4d90d9) 79.78% compared to head (7b3fe93) 77.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #513      +/-   ##
==========================================
- Coverage   79.78%   77.90%   -1.89%     
==========================================
  Files          26       35       +9     
  Lines        3216     3838     +622     
==========================================
+ Hits         2566     2990     +424     
- Misses        650      848     +198     
Files Changed Coverage Δ
src/Polynomials.jl 100.00% <ø> (ø)
src/rational-functions/common.jl 71.63% <ø> (ø)
src/standard-basis/polynomial.jl 0.00% <0.00%> (ø)
src/abstract.jl 49.12% <20.00%> (-4.73%) ⬇️
src/promotions.jl 33.33% <33.33%> (ø)
src/show.jl 76.74% <36.36%> (-4.09%) ⬇️
...ynomial-basetypes/mutable-dense-view-polynomial.jl 40.00% <40.00%> (ø)
src/polynomials/multroot.jl 57.95% <44.44%> (+0.32%) ⬆️
src/polynomials/standard-basis.jl 74.41% <44.44%> (-5.95%) ⬇️
.../polynomial-basetypes/mutable-sparse-polynomial.jl 81.48% <81.48%> (ø)
... and 14 more

... and 1 file with indirect coverage changes

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