Skip to content

Commit

Permalink
Update fit.m
Browse files Browse the repository at this point in the history
deleted 2 lines previously added to debug and commited by mistake
  • Loading branch information
jsilveyra committed Jul 9, 2024
1 parent eb589ee commit 7516e4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fit.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
ub(i) = seed(i) + epsilon;
end
end
seed
number_components

params = minimize(@fit_parameters, seed, [],[], [],[], lb , ub);

Hcr = params(1:number_components);
Expand Down

0 comments on commit 7516e4f

Please sign in to comment.