Skip to content

Commit

Permalink
Update process_multiSample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Nov 12, 2024
1 parent ba8f249 commit 8953261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mNSF/process_multiSample.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_listDtrain(list_D_,nbatch=1,list_nchunk=None):
for kchunk in range(0,nchunk):
print("kchunk")
print(kchunk)
st = (kchunk-)*nspot_perChunk
st = (kchunk)*nspot_perChunk
end_ = (1+kchunk)*nspot_perChunk
if (kchunk==nchunk-1):end_=nspot
X_chunk=X[st:end_,]
Expand Down

0 comments on commit 8953261

Please sign in to comment.