Skip to content

Commit 860b40f

Browse files
committed
Bump jet_test_nfailures limit by 2 to account for new kernels
Teja will open a corresponding issue in ClimaCore, as there seem to be expected failures.
1 parent 148c51d commit 860b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/jet_test_nfailures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using Test
3838
# inference. By increasing this counter, we acknowledge that
3939
# we have introduced an inference failure. We hope to drive
4040
# this number down to 0.
41-
n_allowed_failures = 253
41+
n_allowed_failures = 255
4242
@show n
4343
if n < n_allowed_failures
4444
@info "Please update the n-failures to $n"

0 commit comments

Comments
 (0)