Skip to content

Commit 3a33fb1

Browse files
Update deeplc.py
1 parent c34d873 commit 3a33fb1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deeplc/deeplc.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,17 @@ def __init__(
221221
self.split_cal = split_cal
222222
self.n_jobs = n_jobs
223223

224+
################################################
225+
# #
226+
# !!!WARNING!!! #
227+
# #
228+
#! DUE TO ISSUES WITH MULTITHREADING SET TO 1 !#
229+
# #
230+
# #
231+
################################################
232+
233+
self.n_jobs = 1
234+
224235
if self.n_jobs == None:
225236
max_threads = multiprocessing.cpu_count()
226237
self.n_jobs = max_threads

0 commit comments

Comments
 (0)