Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed May 2, 2024
1 parent 999d597 commit 3813102
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/repurpose/process.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
import sys
import time
import warnings
import os

# if 'numpy' in sys.modules:
# warnings.warn("Numpy is already imported. Please make sure "
# "`repurpose.process` is imported before numpy to avoid "
# "numpy multi-threading.")
#
# # Note: Must be set BEFORE the first numpy import!!
# os.environ['MKL_NUM_THREADS'] = '1'
# os.environ['NUMEXPR_NUM_THREADS'] = '1'
# os.environ['OMP_NUM_THREADS'] = '1'
# os.environ['MKL_DYNAMIC'] = 'FALSE'
# os.environ['OPENBLAS_NUM_THREADS'] = '1'

import traceback
import numpy as np
from tqdm import tqdm
Expand Down

0 comments on commit 3813102

Please sign in to comment.