Skip to content

Commit 00966cf

Browse files
committed
format
1 parent 21be905 commit 00966cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[deps]
2-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
32
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
43
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
54
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global CI_GROUP = get(ENV, "GROUP", "CPU")
77
@safetestset "Reinitialization tests" include("./reinit.jl")
88

99
#TODO: Curent throws warning for redefinition with the use of @testset multiple times. Migrate to TestItemRunners.jl
10-
@testset for BACKEND in unique(("CPU", CI_GROUP))
10+
@testset for BACKEND in unique(("CPU", CI_GROUP))
1111
global GROUP = BACKEND
1212
@testset "$(BACKEND) optimizers tests" include("./gpu.jl")
1313
@testset "$(BACKEND) optimizers with constraints tests" include("./constraints.jl")

0 commit comments

Comments
 (0)