diff test/LazyTensors/lazy_tensor_operations_test.jl @ 1153:f1bb1b6d85dd refactor/sbpoperators/inflation

Review: Suggest changes to test and removal of conveninece constructor
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 25 Oct 2022 10:33:27 +0200
parents 2278730f9cee
children c94a12327737
line wrap: on
line diff
--- a/test/LazyTensors/lazy_tensor_operations_test.jl	Fri Oct 21 23:07:30 2022 +0200
+++ b/test/LazyTensors/lazy_tensor_operations_test.jl	Tue Oct 25 10:33:27 2022 +0200
@@ -367,6 +367,8 @@
     end
 end
 
+# Review: If we are thorough in testing multi-D tensors here we can drop tests from many of the volume operators,
+# e.g. first derivative and second derivative.
 @testset "inflate" begin
     I = LazyTensors.inflate(IdentityTensor(),(3,4,5,6), 2)
     @test I isa LazyTensor{Float64, 3,3}