diff test/Grids/tensor_grid_test.jl @ 1828:8adecef380b4 refactor/grids/iterable_boundary_indices

Add some todos
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 17 Sep 2024 11:20:00 +0200
parents ab397590898e
children 871f3f1decea
line wrap: on
line diff
--- a/test/Grids/tensor_grid_test.jl	Tue Sep 17 11:19:08 2024 +0200
+++ b/test/Grids/tensor_grid_test.jl	Tue Sep 17 11:20:00 2024 +0200
@@ -196,6 +196,7 @@
         @test collect(boundary_indices(TensorGrid(g₁, g₄), TensorGridBoundary{1, Upper}())) == fill(11)
         @test collect(boundary_indices(TensorGrid(g₄,g₁), TensorGridBoundary{2, Lower}())) == fill(1)
         @test collect(boundary_indices(TensorGrid(g₄,g₁), TensorGridBoundary{2, Upper}())) == fill(11)
+        # TBD: What do we actually expect for 1D grids?
     end
 end