Replies: 3 comments
-
Hmm, that's not good. It would be better to provide precise results in cases like this, where the result should be exact. I'm not sure why the numeric calculation is not being rounded. I'm not aware of any code change which would cause this (but there might be something with unanticipated side effects). We should look into this. |
Beta Was this translation helpful? Give feedback.
-
On my platform (JRE 17.0.7) this test produces the exact value (i.e. identical to JTS 1.19). I wonder if this is a JVM version issue? |
Beta Was this translation helpful? Give feedback.
-
This is a funny thing: H2GIS tests are running now. |
Beta Was this translation helpful? Give feedback.
-
JTS update breaks some unit tests in H2GIS due to precision rounding.
Here's an example using the buffer operation.
It returns
previous (JTS 1.19)
Is this normal?
Beta Was this translation helpful? Give feedback.
All reactions