diff test/testLazyTensors.jl @ 536:fc0f942b8792 feature/inflated_tensormapping_transpose

Merge in default
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 26 Nov 2020 17:21:38 +0100
parents 588a843907de dfad4c16bedb
children 62d96e2cd165
line wrap: on
line diff
--- a/test/testLazyTensors.jl	Thu Nov 26 17:18:32 2020 +0100
+++ b/test/testLazyTensors.jl	Thu Nov 26 17:21:38 2020 +0100
@@ -364,6 +364,8 @@
     end
 
     @testset "Application" begin
+        # Testing regular application and transposed application with inflation "before", "after" and "before and after".
+        # The inflated tensor mappings are chosen to preserve, reduce and increase the dimension of the result compared to the input.
         tests = [
             (
                 InflatedTensorMapping(I(3,2), A, I(4)),