diff test/Grids/equidistant_grid_test.jl @ 1602:3e7438e2a033 feature/boundary_conditions

Address review comments (1 left to be discussed)
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sat, 01 Jun 2024 17:39:54 -0700
parents 611ae2308aa1
children 5f348cc5598e 8250cf5a3ce9 7a2375080287
line wrap: on
line diff
--- a/test/Grids/equidistant_grid_test.jl	Wed May 29 23:28:33 2024 +0200
+++ b/test/Grids/equidistant_grid_test.jl	Sat Jun 01 17:39:54 2024 -0700
@@ -79,12 +79,6 @@
 
     end
 
-    @testset "orthogonal_grid" begin
-        g = EquidistantGrid(0:0.1:1)
-        @test orthogonal_grid(g, Lower()) == g
-        @test orthogonal_grid(g, Upper()) == g
-    end
-
     @testset "refine" begin
         g = EquidistantGrid(0:0.1:1)
         @test refine(g, 1) == g