changeset 528:78090ec3074d refactor/inflated_tensormapping_tests

Add a comment on how the test cases were chosen
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 25 Nov 2020 17:58:40 +0100
parents 390901860b0a
children dfad4c16bedb
files test/testLazyTensors.jl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/testLazyTensors.jl	Wed Nov 25 15:04:02 2020 +0100
+++ b/test/testLazyTensors.jl	Wed Nov 25 17:58:40 2020 +0100
@@ -364,6 +364,8 @@
     end
 
     @testset "Application" begin
+        # Testing regular applpication 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)),