Mercurial > repos > public > sbplib_julia
changeset 416:ebc9b2383dae feature/tensor_composition
Update working tests
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 16 Oct 2020 09:37:35 +0200 |
parents | 814865d40f48 |
children | 4c6604b7d990 |
files | test/testLazyTensors.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 814865d40f48 -r ebc9b2383dae test/testLazyTensors.jl --- a/test/testLazyTensors.jl Fri Oct 16 09:34:50 2020 +0200 +++ b/test/testLazyTensors.jl Fri Oct 16 09:37:35 2020 +0200 @@ -229,7 +229,7 @@ @test Ã∘B̃*v ≈ A*B*v v = rand(2) - @test_broken (Ã∘B̃)'*v ≈ B'*A'*v + @test (Ã∘B̃)'*v ≈ B'*A'*v end @testset "LazyLinearMap" begin