Skip to content

Commit

Permalink
Merge branch 'bug-regenie-pipelines' of github.com:PMBio/deeprvat int…
Browse files Browse the repository at this point in the history
…o bug-regenie-pipelines
  • Loading branch information
bfclarke committed May 17, 2024
2 parents fc370ef + 8fa2380 commit 0dbddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/deeprvat/associate.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def compute_burdens_(
shape=(n_total_samples),
chunks=(None),
dtype=object,
object_codec=JSON()
object_codec=JSON(),
)
start_idx = i * batch_size
end_idx = min(start_idx + batch_size, chunk_end) # read from chunk shape
Expand Down

0 comments on commit 0dbddce

Please sign in to comment.