Skip to content

Commit

Permalink
Drop python 3.8 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Feb 28, 2024
1 parent 43a24d9 commit 02e8692
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 668 deletions.
2 changes: 1 addition & 1 deletion hepi/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _prepare_all(
n_jobs=n_jobs if n_jobs is not None else mp.cpu_count(),
desc="Checking input",
)
if not np.alltrue(ret):
if not np.all(ret):
warnings.warn("Check input failed.")
return []
# ret = my_parallel(
Expand Down
Loading

0 comments on commit 02e8692

Please sign in to comment.