Mercurial > repos > public > sbplib_julia
changeset 1930:e985eaa20ecf feature/grids/manifolds
Clean up tests a bit
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Feb 2025 09:17:28 +0100 |
parents | c5affb342e73 |
children | bb2c708d724d |
files | test/Grids/manifolds_test.jl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
diff -r c5affb342e73 -r e985eaa20ecf test/Grids/manifolds_test.jl --- a/test/Grids/manifolds_test.jl Fri Feb 07 09:14:43 2025 +0100 +++ b/test/Grids/manifolds_test.jl Fri Feb 07 09:17:28 2025 +0100 @@ -30,8 +30,8 @@ @testset "connections" begin - a = CartesianAtlas(fill(c, 2,3)) # 2D + a = CartesianAtlas(fill(Chart(identity, unitsquare()), 2,3)) west = CartesianBoundary{1,LowerBoundary} east = CartesianBoundary{1,UpperBoundary} south = CartesianBoundary{2,LowerBoundary} @@ -48,7 +48,7 @@ ]) # 3D - a = CartesianAtlas(fill(c, 2,2,3)) + a = CartesianAtlas(fill(Chart(identity, unitsquare()), 2,2,3)) bottom = CartesianBoundary{3, LowerBoundary} top = CartesianBoundary{3, UpperBoundary} @test Set(connections(a)) == Set([