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

Merged
merged 5 commits into from
Jul 27, 2024
Merged

feat: expose min error #40

merged 5 commits into from
Jul 27, 2024

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...

@william-silversmith
Copy link
Contributor Author

Failing tests seem to be unrelated.

@william-silversmith william-silversmith merged commit f554027 into master Jul 27, 2024
4 of 15 checks passed
@william-silversmith william-silversmith deleted the wms_expose_min_error branch July 27, 2024 06:08
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