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 Oct 3, 2024
1 parent 5b4629d commit 25d16a6
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 @@ -139,7 +139,7 @@ def get_listDtrain(list_D_, nbatch=1):
list_Dtrain.append(D_train)
return list_Dtrain

def get_sampleID(list_D_):
def get_listSampleID(list_D_):
"""
Get the index of the sampleID for each spot.
Expand Down

0 comments on commit 25d16a6

Please sign in to comment.