Mercurial > repos > public > sbplib_julia
changeset 397:3cecbfb3d623 refactor/sbp_operators_tests/collect_and_compare
Remove some finished todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 04 Oct 2020 19:41:14 +0200 |
parents | 9aff09ca0052 |
children | 618b7ee73b25 |
files | test/testSbpOperators.jl |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/test/testSbpOperators.jl Sun Oct 04 19:39:32 2020 +0200 +++ b/test/testSbpOperators.jl Sun Oct 04 19:41:14 2020 +0200 @@ -5,8 +5,6 @@ using Sbplib.LazyTensors using LinearAlgebra -# TODO: Remove collects for all the tests with TensorApplications - @testset "SbpOperators" begin # @testset "apply_quadrature" begin @@ -54,9 +52,6 @@ @test Dāā isa TensorMapping{T,1,1} where T @test Dāā' isa TensorMapping{T,1,1} where T - # TODO: Should perhaps set tolerance level for isapporx instead? - # Are these tolerance levels resonable or should tests be constructed - # differently? # 4th order interior stencil, 2nd order boundary stencil, # implies that L*v should be exact for v - monomial up to order 3. # Exact differentiation is measured point-wise. For other grid functions