Mercurial > repos > public > sbplib_julia
diff test/Grids/manifolds_test.jl @ 1870:27534b471b6a feature/grids/manifolds
Add test stubs
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 27 Jan 2025 08:56:39 +0100 |
parents | de4b4f2aee4f |
children | 04c251bccbd4 |
line wrap: on
line diff
--- a/test/Grids/manifolds_test.jl Fri Jan 24 23:40:28 2025 +0100 +++ b/test/Grids/manifolds_test.jl Mon Jan 27 08:56:39 2025 +0100 @@ -70,6 +70,8 @@ @test c([3,2]) == [6,4] @test parameterspace(c) == unitsquare() @test ndims(c) == 2 + + @test_broken jacobian(c, [3,2]) end @testset "CartesianAtlas" begin @@ -110,6 +112,14 @@ @test_broken false end +@testset "linesegments" begin + @test_broken false +end + +@testset "polygon_edges" begin + @test_broken false +end + @testset "Circle" begin @test_broken false end