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

Remove redundant return values in curve approx code #2051

Merged
merged 8 commits into from
Oct 10, 2023
Merged

Remove redundant return values in curve approx code #2051

merged 8 commits into from
Oct 10, 2023

Conversation

hannobraun
Copy link
Owner

This unblocks a refactoring that I need for #2023.

The return value of `insert_curve_approx` stands in the way of a
refactoring I'm working on, and this commit is the first step towards
removing it.
I'm about to remove it. This makes one of the tests fully redundant (the
same functionality is already covered by a `get` test), while the other
already uses `get` to cover the same functionality.
@hannobraun hannobraun merged commit 9e6ce52 into main Oct 10, 2023
4 checks passed
@hannobraun hannobraun deleted the approx branch October 10, 2023 08:38
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