diff test/SbpOperators/volumeops/volume_operator_test.jl @ 1105:0ba4609605d4 refactor/sbpoperators/inflation

REVIEW: Suggest changes to tests
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 20 May 2022 11:31:20 +0200
parents 05a25a5063bb
children 69c635e1d346
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/volume_operator_test.jl	Fri May 20 11:30:46 2022 +0200
+++ b/test/SbpOperators/volumeops/volume_operator_test.jl	Fri May 20 11:31:20 2022 +0200
@@ -10,6 +10,9 @@
 import Sbplib.SbpOperators.odd
 import Sbplib.SbpOperators.even
 
+# REVIEW: Remove the commented tests for 2D (it is tested in the user code), but
+# change testset Regions and testset Inferred, to test the 1D operators.
+
 @testset "VolumeOperator" begin
     inner_stencil = CenteredStencil(1/4, 2/4, 1/4)
     closure_stencils = (Stencil(1/2, 1/2; center=1), Stencil(0.,1.; center=2))