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

DM-42582: Fix deprecated poly1d. #44

Merged
merged 1 commit into from Jan 22, 2024
Merged

DM-42582: Fix deprecated poly1d. #44

merged 1 commit into from Jan 22, 2024

Conversation

ktlim
Copy link
Contributor

@ktlim ktlim commented Jan 22, 2024

I protected against scipy changing from their current np.poly1d to a np.polynomial.Polynomial in the future, and I also simplified the expression from a zeroth-order polynomial to a constant multiplier.

I protected against scipy changing from their current np.poly1d to a np.polynomial.Polynomial in the future, and I also simplified the expression from a zeroth-order polynomial to a constant multiplier.
@ktlim ktlim merged commit e79ae78 into main Jan 22, 2024
2 checks passed
@ktlim ktlim deleted the tickets/DM-42582 branch January 22, 2024 05:13
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.

None yet

2 participants