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 Jul 25, 2023
1 parent eaeb158 commit c3577a7
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 @@ -85,7 +85,7 @@ def ini_multiSample(list_D_,L_, lik = 'poi'):
D=list_D_[ksample]
list_X.append(D['X'])
list_Z.append(D['Z'])
Ntr = D["Y"].shape[0]
Ntr = D["Z"].shape[0]
list_sampleID_.append(np.arange(index__,index__+Ntr))
index__=index__+Ntr
list_fit_=list()
Expand Down

0 comments on commit c3577a7

Please sign in to comment.