Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1503 committed Mar 7, 2023
1 parent aea2ba3 commit 60df9fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleanlab/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ class 0, 1, ..., K-1.
# even for faily large input arrays, so we default to n_jobs=1 in this case
os_name = platform.system()
if n_jobs is None:

if psutil_exists:
n_jobs = psutil.cpu_count(logical=False) # physical cores
elif big_dataset:
Expand Down

0 comments on commit 60df9fd

Please sign in to comment.