changeset 1214:559b623e6a95 feature/dissipation_operators

Merge latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 07 Feb 2023 21:30:33 +0100
parents 0905c3c674e9 (diff) d60a10ad6579 (current diff)
children fb7c360b22a7
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Tue Feb 07 21:06:48 2023 +0100
+++ b/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Tue Feb 07 21:30:33 2023 +0100
@@ -30,8 +30,8 @@
     g = EquidistantGrid(20, 0., 11.)
     D,Dᵀ = undivided_skewed04(g, 1)
 
-    @test D isa LazyTensor{Float64,1,1} where T
-    @test Dᵀ isa LazyTensor{Float64,1,1} where T
+    @test D isa LazyTensor{Float64,1,1}
+    @test Dᵀ isa LazyTensor{Float64,1,1}
 
      @testset "Accuracy conditions" begin
         N = 20