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 1f2502b commit 9ecce31Copy full SHA for 9ecce31
test/types.jl
@@ -23,7 +23,7 @@ using GeometryOps: CLibraryPlanarAlgorithm, GEOS, TG, PROJ
23
@test alg.params == (; a=1, b=2)
24
25
# Test null constructor
26
- alg = TestAlg(())
+ alg = TestAlg()
27
@test alg.params == NamedTuple()
28
29
# Test manifold methods
0 commit comments