diff test/testLazyTensors.jl @ 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
line wrap: on
line diff
--- 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