Skip to content

Commit 17ee5a6

Browse files
Update test/cuda_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09073b9 commit 17ee5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cuda_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
u = cu(rand(4))
5252
uprev = cu(rand(4))
5353
TERMINATION_CONDITIONS = [
54-
RelTerminationMode, RelNormTerminationMode,
54+
RelTerminationMode, RelNormTerminationMode
5555
]
5656
NORM_TERMINATION_CONDITIONS = [
5757
AbsTerminationMode, AbsNormTerminationMode, RelNormSafeTerminationMode,

0 commit comments

Comments
 (0)