diff --git a/Project.toml b/Project.toml index 2e11a1ed11..d8be6f2c2b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaAtmos" uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717" authors = ["Climate Modeling Alliance"] -version = "0.15.1" +version = "0.15.2" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/perf/jet_test_nfailures.jl b/perf/jet_test_nfailures.jl index 2f102d8828..9784ada486 100644 --- a/perf/jet_test_nfailures.jl +++ b/perf/jet_test_nfailures.jl @@ -26,7 +26,7 @@ using Test # inference. By increasing this counter, we acknowledge that # we have introduced an inference failure. We hope to drive # this number down to 0. - n_allowed_failures = 820 + n_allowed_failures = 823 @test n ≤ n_allowed_failures if n < n_allowed_failures @info "Please update the n-failures to $n"