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

BUG: Allow fitting of degree zero polynomials with Polynomial.fit #25984

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eendebakpt
Copy link
Contributor

@eendebakpt eendebakpt commented Mar 10, 2024

For degenerate domains in Polynomial.fit (which occurs when all independent datapoints are equal) we expand the domain. This allows fitting of degree zero polynomials.

Fixes #25982

@eendebakpt eendebakpt changed the title Draft: BUG: Allow fitting of degree zero polynomials with Polynomial.fit BUG: Allow fitting of degree zero polynomials with Polynomial.fit Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant