changeset 1216:fb7c360b22a7 feature/dissipation_operators

Merge
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2023 21:42:02 +0100
parents 07c213167f7c (current diff) 559b623e6a95 (diff)
children ac08178c5a9b
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:40:42 2023 +0100
+++ b/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Tue Feb 07 21:42:02 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