Skip to content

Commit 3ff5c2a

Browse files
authored
Update test_dynamics.jl
1 parent e28d1ec commit 3ff5c2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_dynamics.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ timesteppers = (:QuasiAdamsBashforth2, :RungeKutta3)
600600
end
601601
end
602602
end
603-
#=
603+
604604
@testset "Gaussian immersed diffusion" begin
605605
for time_discretization in (ExplicitTimeDiscretization(), VerticallyImplicitTimeDiscretization())
606606

@@ -731,5 +731,4 @@ timesteppers = (:QuasiAdamsBashforth2, :RungeKutta3)
731731
end
732732
end
733733
end
734-
=#
735734
end

0 commit comments

Comments
 (0)