Skip to content

Commit

Permalink
Increase JET failure limit
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Nov 7, 2024
1 parent 2747551 commit 5628714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spaces/opt_spaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end

#! format: off
if ClimaComms.device(context) isa ClimaComms.CUDADevice
test_n_failures(86, TU.PointSpace, context)
test_n_failures(88, TU.PointSpace, context)
test_n_failures(141, TU.SpectralElementSpace1D, context)
test_n_failures(1141, TU.SpectralElementSpace2D, context)
test_n_failures(3, TU.ColumnCenterFiniteDifferenceSpace, context)
Expand Down

0 comments on commit 5628714

Please sign in to comment.