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 18, 2024
1 parent 1700a63 commit 2177ab8
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 @@ -265,7 +265,7 @@ def get_chunked_data(X, Y, nchunk, method='random'):
else:
raise ValueError("method must be one of: 'kmeans' or 'random'")

return list_D_sampleTmp, list_X_sampleTmp
return list_D_sampleTmp, list_X_sampleTmp,chunk_mapping



Expand Down

0 comments on commit 2177ab8

Please sign in to comment.