Skip to content

Commit d0262d0

Browse files
Bump inference limits in space construction
1 parent 86f94f3 commit d0262d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spaces/opt_spaces.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
#! format: off
3636
if ClimaComms.device(context) isa ClimaComms.CUDADevice
3737
test_n_failures(91, TU.PointSpace, context)
38-
test_n_failures(825, TU.SpectralElementSpace1D, context)
38+
test_n_failures(851, TU.SpectralElementSpace1D, context)
3939
test_n_failures(1141, TU.SpectralElementSpace2D, context)
4040
test_n_failures(4, TU.ColumnCenterFiniteDifferenceSpace, context)
4141
test_n_failures(5, TU.ColumnFaceFiniteDifferenceSpace, context)

0 commit comments

Comments
 (0)