Skip to content

Commit f8de49d

Browse files
authored
test corrected
1 parent 50988bf commit f8de49d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ end
4040
@testset "Mask off" begin
4141
spectral_grid = SpectralGrid(trunc=31, nlev=1)
4242
drag = JetDrag(spectral_grid, time_scale=Day(6))
43-
4443
forcing = StochasticStirring(spectral_grid, mask=false)
44+
initial_conditions = StartFromRest()
45+
4546
model = BarotropicModel(;spectral_grid, initial_conditions, forcing, drag)
4647
simulation = initialize!(model)
4748

0 commit comments

Comments
 (0)