Skip to content

Update symbolic/monomial.go

8ccf772
Select commit
Loading
Failed to load commit list.
Merged

Reworked Simplify to work better on Polynomials (with ripple effects) #27

Update symbolic/monomial.go
8ccf772
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2025 in 1s

87.09% (-0.38%) compared to 5fc58d9, passed because coverage increased by 0.24% when compared to adjusted base (86.85%)

View this Pull Request on Codecov

87.09% (-0.38%) compared to 5fc58d9, passed because coverage increased by 0.24% when compared to adjusted base (86.85%)

Details

Codecov Report

❌ Patch coverage is 87.16578% with 72 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.09%. Comparing base (5fc58d9) to head (8ccf772).

Files with missing lines Patch % Lines
symbolic/monomial.go 65.38% 13 Missing and 5 partials ⚠️
symbolic/vector_expression.go 67.44% 14 Missing ⚠️
symbolic/matrix_expression.go 58.62% 9 Missing and 3 partials ⚠️
symbolic/variable.go 79.06% 9 Missing ⚠️
symbolic/polynomial_vector.go 83.72% 7 Missing ⚠️
symbolic/constant_matrix.go 90.90% 5 Missing ⚠️
symbolic/variable_vector.go 83.33% 5 Missing ⚠️
symbolic/monomial_vector.go 97.43% 1 Missing ⚠️
symbolic/polynomial.go 99.05% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   87.46%   87.09%   -0.38%     
==========================================
  Files          42       42              
  Lines        6432     6516      +84     
==========================================
+ Hits         5626     5675      +49     
- Misses        719      743      +24     
- Partials       87       98      +11     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.