comparison test/runtests.jl @ 421:2808c41f5efa bugfix/tensor_application_multiplication

Change defs of * for TensorApplication to fix bug
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 18 Oct 2020 22:09:17 +0200
parents 1cafeb286c00
children f0d6906d8937
comparison
equal deleted inserted replaced
420:3796e296fe64 421:2808c41f5efa
1 using Test 1 using Test
2 using TestSetExtensions 2 using TestSetExtensions
3 3
4 @testset ExtendedTestSet "All" begin 4 @testset "All" begin
5 @includetests ARGS 5 @includetests ARGS
6 end 6 end