Mercurial > repos > public > sbplib_julia
changeset 505:26485066394a feature/quadrature_as_outer_product
Add comments to broken tests.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sat, 07 Nov 2020 13:12:21 +0100 |
parents | 21fba50cb5b0 |
children | c2f991b819fc |
files | test/testSbpOperators.jl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/testSbpOperators.jl Sat Nov 07 13:07:31 2020 +0100 +++ b/test/testSbpOperators.jl Sat Nov 07 13:12:21 2020 +0100 @@ -139,7 +139,7 @@ v = 2*ones(Float64, size(g)) @test sum(H*v) ≈ 2*Lx*Ly - @test_broken H*v == H'*v + @test_broken H*v == H'*v # apply_transpose not implemented for InflatedTensorMapping! @inferred H*v end @@ -170,7 +170,7 @@ @test Hi isa TensorMapping{T,2,2} where T @test Hi' isa TensorMapping{T,2,2} where T @test Hi*H*v ≈ v - @test_broken Hi*v == Hi'*v + @test_broken Hi*v == Hi'*v # apply_transpose not implemented for InflatedTensorMapping! end # # @testset "BoundaryValue" begin