-
Notifications
You must be signed in to change notification settings - Fork 216
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
difference returns wrong results if double is the data type #1241
Comments
Hi All, I believe I hit this same issue and thought I may help by creating a few test cases showing to help:
|
Not fixed by my concept fix for #1294 And also Johan's two cases are (unfortunately) not fixed by that. |
@JohanDore I moved your two cases to #1345 because they have a different root cause. |
Thanks a lot @barend ***@***.***>
Johan Doré
CTO
|
Though the case looks similar, it has a different cause than the new #1345. |
I may have the same issue with a different case. The inner loop vanishes during the difference operation. In order to reproduce the error, I have to serialize it with 18 significant digits, 15 is not enough.
|
Thanks - but can you please open a separate issue for it? The cause might be very different. We also add failing or fixed issues with their issue number to the unit tests. |
Created issue #1354 |
The sample code:
The same code ran with
float
data type produces expected results (1 polygon in difference results)The text was updated successfully, but these errors were encountered: