8000 pep8 · scikit-learn/scikit-learn@33c46df · GitHub
[go: up one dir, main page]

Skip to content

Commit 33c46df

Browse files
committed
pep8
1 parent daa7736 commit 33c46df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sklearn/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
5252
# simultaneously. This can happen for instance when calling BLAS inside a
5353
# prange. Setting the following environment variable allows multiple OpenMP
54-
# libraries. It should not degrade performances since we manually take care of
55-
# potential over-subcription performance issues, in sections of the code where
56-
# nested OpenMP loops can happen, by dynamically reconfiguring the inner OpenMP
57-
# runtime to temporarily disable it while under the scope of the outer OpenMP
58-
# parallel section.
54+
# libraries to be loaded. It should not degrade performances since we manually
55+
# take care of potential over-subcription performance issues, in sections of
56+
# the code where nested OpenMP loops can happen, by dynamically reconfiguring
57+
# the inner OpenMP runtime to temporarily disable it while under the scope of
58+
# the outer OpenMP parallel section.
5959
os.environ.setdefault("KMP_DUPLICATE_LIB_OK", "True")
6060

6161

0 commit comments

Comments
 (0)
0