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 14, 2024
1 parent 7c097c7 commit 70a8d03
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 @@ -174,7 +174,7 @@ def get_listD_chunked(list_D_,list_nchunk=None):
if (kchunk==nchunk-1):end_=nspot
X_chunk=X[st:end_,]
Y_chunk=Y[st:end_,]
D_chunk = get_D(X,Y)
D_chunk = get_D(X_chunk,Y_chunk)
list_D_chunk.append(D_chunk)
return list_D_chunk

Expand Down

0 comments on commit 70a8d03

Please sign in to comment.