We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eaf38 commit 4bcf33eCopy full SHA for 4bcf33e
test/test_geos_functions.jl
@@ -18,7 +18,7 @@ using Extents
18
outputdim = 3,
19
roundingprecision = 2,
20
)
21
- @test writegeom(p, writer) == "POINT (0.12 2)"
+ @test_broken writegeom(p, writer) == "POINT (0.12 2)" # Broken in GEOS 3.13.0 https://github.com/libgeos/geos/issues/1198
22
23
# round to 2 decimals and don't trim trailing zeros
24
writer = LibGEOS.WKTWriter(
0 commit comments