Skip to content

Commit 0b13b7b

Browse files
committed
Disable threading by default
1 parent e141021 commit 0b13b7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TensorKit.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ include("auxiliary/deprecate.jl")
233233
# ----------
234234
function __init__()
235235
@require_extensions
236-
set_num_transformer_threads(Threads.nthreads())
237-
return nothing
238236
end
239237

240238
end

0 commit comments

Comments
 (0)