Skip to content

Commit

Permalink
ccc: set n_chunks_threads_ratio to 2 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Sep 8, 2023
1 parent 043281a commit 245c874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ccc/coef/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def ccc(
y: NDArray = None,
internal_n_clusters: Union[int, Iterable[int]] = None,
return_parts: bool = False,
n_chunks_threads_ratio: int = 1,
n_chunks_threads_ratio: int = 2,
n_jobs: int = 1,
pvalue_n_perms: int = None,
pvalue_n_jobs: int = 1,
Expand Down

0 comments on commit 245c874

Please sign in to comment.