Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: utils
-
Labels:None
-
Story Points:0
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Pandas started giving me this warning:
(Pdb) type(res)
|
<class 'pandas.core.series.Series'>
|
(Pdb) res *= 1
|
numexpr.utils INFO: Note: NumExpr detected 24 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
|
numexpr.utils INFO: NumExpr defaulting to 8 threads.
|
This is going to get annoying. Seen in transformObjectCatalogTask. Let's do something intentional.
Attachments
Issue Links
- duplicates
-
DM-33622 Add support for numexpr to disable implicit threading
- Done
I’m also now seeing this in the `pipe_analysis` scripts as I move to using pandas dataframes, +1 from me!