Mercurial > repos > public > sbplib_julia
diff test/LazyTensors/lazy_tensor_operations_test.jl @ 1004:7fd37aab84fe refactor/lazy_tensors
Simplify bounds handling for LazyElementwiseOperation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 20 Mar 2022 21:35:20 +0100 |
parents | 271aa6ae1055 |
children | becd95ba0fce |
line wrap: on
line diff
--- a/test/LazyTensors/lazy_tensor_operations_test.jl Sun Mar 20 21:19:00 2022 +0100 +++ b/test/LazyTensors/lazy_tensor_operations_test.jl Sun Mar 20 21:35:20 2022 +0100 @@ -25,7 +25,7 @@ end -@testset "TensorApplication" begin +@testset "LazyTensorApplication" begin struct SizeDoublingMapping{T,R,D} <: LazyTensor{T,R,D} domain_size::NTuple{D,Int} end