diff test/LazyTensors/lazy_tensor_operations_test.jl @ 1158:c94a12327737 refactor/sbpoperators/inflation

Disregard review comments about multi-d tests. After discussion on Discord we concluded that removing multi-d tests for volume operators would make them too implementation dependent.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 29 Nov 2022 21:46:54 +0100
parents f1bb1b6d85dd
children 4c0bc52e170f
line wrap: on
line diff
--- a/test/LazyTensors/lazy_tensor_operations_test.jl	Tue Nov 29 21:25:07 2022 +0100
+++ b/test/LazyTensors/lazy_tensor_operations_test.jl	Tue Nov 29 21:46:54 2022 +0100
@@ -367,8 +367,6 @@
     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}