diff test/Grids/mapped_grid_test.jl @ 1706:11640aa3e348 feature/grids/curvilinear

Add method and refactor mapped_grid()
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 04 Sep 2024 15:43:39 +0200
parents 4870fc3faa25
children 519a8cb1439e
line wrap: on
line diff
--- a/test/Grids/mapped_grid_test.jl	Wed Sep 04 15:38:10 2024 +0200
+++ b/test/Grids/mapped_grid_test.jl	Wed Sep 04 15:43:39 2024 +0200
@@ -222,7 +222,7 @@
     @test logicalgrid(mg) == lg
     @test collect(mg) == map(x̄, lg)
 
-    @test_broken mapped_grid(lg, x̄, J) == mg
+    @test mapped_grid(lg, x̄, J) == mg
 end
 
 @testset "jacobian_determinant" begin