8000 Update sklearn/__init__.py · scikit-learn/scikit-learn@482f8e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 482f8e9

Browse files
Update sklearn/__init__.py
Co-Authored-By: jeremiedbb <34657725+jeremiedbb@users.noreply.github.com>
1 parent daa7736 commit 482f8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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
54+
# libraries to be loaded. It should not degrade performances since we manually take care of
5555
# potential over-subcription performance issues, in sections of the code where
5656
# nested OpenMP loops can happen, by dynamically reconfiguring the inner OpenMP
5757
# runtime to temporarily disable it while under the scope of the outer OpenMP

0 commit comments

Comments
 (0)
0