JuliaGeo / GeometryOps.jl

GeoInterface-based geometry operations
https://juliageo.org/GeometryOps.jl/
MIT License
27 stars 4 forks source link

Don't load Offset arrays.jl in tests #188

Open rafaqz opened 2 months ago

rafaqz commented 2 months ago

Type piracy means it can and does pass tests that will fail without it loaded. See:

https://github.com/JuliaGeo/GeometryOps.jl/issues/187

asinghvi17 commented 2 months ago

Makie loads OffsetArrays anyways so I think that was more of an issue with the method for linranges...

rafaqz commented 2 months ago

Ah damn we can't escape it then.