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

feat: expose min error #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

william-silversmith
Copy link
Contributor

Exposes min_error in the simplification algorithm. This will allow users to more closely fine tune what kind of results they want.

@william-silversmith william-silversmith added the enhancement New feature or request label May 3, 2024
@william-silversmith william-silversmith self-assigned this May 3, 2024
@william-silversmith william-silversmith linked an issue May 3, 2024 that may be closed by this pull request
@william-silversmith
Copy link
Contributor Author

The problem here is that the default python min_error and the default c++ min error are different values.

@william-silversmith
Copy link
Contributor Author

I think this might have something to do with a change in compilation due to arm64, numpy 2.0 or something like that actually...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplification is independent of reduction_factor
1 participant