Skip to content

Introducing the LinearCoeff method as a requirement of the PolynomialLikeVector set of objects #15

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

Merged
merged 2 commits into from
Apr 11, 2025

Conversation

kwesiRutledge
Copy link
Collaborator

Several of the vectors that implement the PolynomialLikeVector interface contain a LinearCoeff method, but it was never required for those objects. I fixed the implementation of LinearCoeff for some of those objects and introduced a new "Base method" that does the computation for all of the PolynomialLikeVector objects.

@kwesiRutledge kwesiRutledge self-assigned this Apr 11, 2025
Copy link

codecov bot commented Apr 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.70%. Comparing base (c7ac66e) to head (253bd67).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   85.70%   85.70%           
=======================================
  Files          38       38           
  Lines        5700     5700           
=======================================
  Hits         4885     4885           
  Misses        751      751           
  Partials       64       64           

☔ 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.

@kwesiRutledge kwesiRutledge merged commit 34e6b24 into main Apr 11, 2025
5 checks passed
@kwesiRutledge kwesiRutledge deleted the kr/feature/polynomial-like-vector-linear-coeff1 branch April 11, 2025 15:06
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.

1 participant