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

769 fix bug in evalchebyshevseriesps #772

Merged
merged 2 commits into from
May 20, 2024

Conversation

andreea-alexandru
Copy link
Collaborator

Fixed bug in polynomial evaluation for degree >= 5 by replacing some assignment operators by cloning operators.
A separate issue will take care of streamlining the code.

Closes #769.

@andreea-alexandru andreea-alexandru added the bug Something isn't working label May 17, 2024
@andreea-alexandru andreea-alexandru added this to the Release 1.1.5 milestone May 17, 2024
@pascoec pascoec linked an issue May 20, 2024 that may be closed by this pull request
@pascoec pascoec merged commit 55e9590 into dev May 20, 2024
58 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix bug in EvalChebyshevSeriesPS
2 participants