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 aadebdc commit 760ddae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mNSF/process_multiSample.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ def get_listDtrain(list_D_,nbatch=1,list_nchunk=None):
nspot = X.shape[1]
nspot_perChunk = int(nspot/nchunk)
for kchunk in range(0,nchunk):
print("kchunk")
print(kchunk)
st = (kchunk-1)*nspot_perChunk
end_ = kchunk*nspot_perChunk
if (kchunk==nchunk-1):end_=nspot
Expand Down

0 comments on commit 760ddae

Please sign in to comment.