Skip to content

Commit

Permalink
50
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 1, 2019
1 parent 1a68196 commit 72251ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glimix_core/lmm/_lmm_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def _get_chunks(M):
return M.chunks[1]

p = M.shape[1]
siz = round(p / min(30, p))
siz = round(p / min(50, p))
n = int(p / siz)
chunks = [siz] * n
if n * siz < p:
Expand Down

0 comments on commit 72251ba

Please sign in to comment.