diff test/testLazyTensors.jl @ 455:b86312d14873 feature/inflated_tensormapping

Make split_index type stable
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 21 Oct 2020 16:29:59 +0200
parents c1ae837f1a2e
children 8f4c31e06689
line wrap: on
line diff
--- a/test/testLazyTensors.jl	Tue Oct 20 09:59:44 2020 +0200
+++ b/test/testLazyTensors.jl	Wed Oct 21 16:29:59 2020 +0200
@@ -281,6 +281,8 @@
     @test B̃*v ≈ B[1,:,1]*v[1,1] + B[2,:,1]*v[2,1] + B[3,:,1]*v[3,1] +
                 B[1,:,2]v[1,2] + B[2,:,2]*v[2,2] + B[3,:,2]*v[3,2] atol=5e-13
 
+
+    @inferred (B̃*v)[2]
 end