Skip to content

Commit

Permalink
include @testset
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Dec 12, 2024
1 parent 8f3c6d1 commit a8e9ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forcing_drag.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
forcing = StochasticStirring(spectral_grid)
initial_conditions = StartFromRest()

for Model in (BarotropicModel, ShallowWaterModel, PrimitiveDryModel, PrimitiveWetModel)
@testset for Model in (BarotropicModel, ShallowWaterModel, PrimitiveDryModel, PrimitiveWetModel)
model = Model(spectral_grid; initial_conditions, forcing, drag)
simulation = initialize!(model)

Expand Down

0 comments on commit a8e9ebb

Please sign in to comment.