Mercurial > repos > public > sbplib_julia
diff test/DiffOps/DiffOps_test.jl @ 714:11a444d6fc93 feature/selectable_tests
Remove module wrapping testsets. They are now automatically added through the folders
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 Feb 2021 21:15:52 +0100 |
parents | df88aee35bb9 |
children | 1ba8a398af9c |
line wrap: on
line diff
--- a/test/DiffOps/DiffOps_test.jl Sat Feb 20 21:09:45 2021 +0100 +++ b/test/DiffOps/DiffOps_test.jl Sat Feb 20 21:15:52 2021 +0100 @@ -5,7 +5,6 @@ using Sbplib.RegionIndices using Sbplib.LazyTensors -@testset "DiffOps" begin # # @testset "BoundaryValue" begin # op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4) @@ -194,5 +193,3 @@ # @test collect(H_s'*v_s) == collect(H_s'*v_s) # @test collect(H_n'*v_n) == collect(H_n'*v_n) # end - -end