diff test/Grids/mapped_grid_test.jl @ 1745:2f7974367cd3 feature/grids/curvilinear

Add TBD
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Sep 2024 14:11:11 +0200
parents c38eead8be17
children 03894fd7b132 035af82f559a
line wrap: on
line diff
--- a/test/Grids/mapped_grid_test.jl	Wed Sep 11 14:11:03 2024 +0200
+++ b/test/Grids/mapped_grid_test.jl	Wed Sep 11 14:11:11 2024 +0200
@@ -76,7 +76,6 @@
             rand(SMatrix{2,2},sz2...),
         )
 
-        # TODO: Test that the element types agree
         err_str = "The size of the jacobian must match the dimensions of the grid and coordinates"
         @test_throws ArgumentError(err_str) MappedGrid(
             equidistant_grid((0,0), (1,1), 10, 11),