Skip to content

Commit 0f29f43

Browse files
committed
use cpu by default
1 parent 26d8374 commit 0f29f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using BioStructures
88
include("TMscore.jl") # remove this once TMscore.jl is registered: https://github.com/JuliaRegistries/General/pull/130867
99
using .TMscore
1010

11-
ENV["BOLTZ1_TEST_ACCELERATOR"] = "gpu"
11+
# ENV["BOLTZ1_TEST_ACCELERATOR"] = "gpu"
1212

1313
const accelerator = get(ENV, "BOLTZ1_TEST_ACCELERATOR", "cpu")
1414

0 commit comments

Comments
 (0)