Skip to content

Commit

Permalink
Revert "Fix GMM mean spectrum preserving"
Browse files Browse the repository at this point in the history
This reverts commit 3c36602.
  • Loading branch information
gmrukwa committed Jun 5, 2018
1 parent 346cd7d commit 4b838ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/estimate_gmm.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

mdl = ms_gmm_run1(mz,meanspec,opts);

for i = 1:length(mdl)

mdl{i}.meanspec = meanspec;

end
mdl.meanspec = meanspec;

end

0 comments on commit 4b838ed

Please sign in to comment.