We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0463e8a commit c64bcddCopy full SHA for c64bcdd
test/aqua.jl
@@ -1,5 +1,6 @@
1
using Aqua
2
using Test
3
+using ClimaTimeSteppers
4
5
@testset "Aqua tests - unbound args" begin
6
# This tests that we don't accidentally run into
test/runtests.jl
@@ -18,7 +18,7 @@ include("test_convergence_checker.jl")
18
include("test_newtons_method.jl")
19
include("single_column_ARS_test.jl")
20
include("compare_generated.jl") # TODO: Remove this.
21
-include("aqua.jl")
+@safetestset "Aqua" begin include("aqua.jl") end
22
23
#=
24
@testset "ODE Tests: Basic" begin
0 commit comments