Skip to content

Commit

Permalink
Fix c++ test
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jun 13, 2024
1 parent 75ffbf7 commit 4e68971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test/t_MixtureFactory_std.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ int main (void)
MixtureFactory factory(nb);
OT::Indices labels(0);
OT::Point logLikelihood(0);
factory.build(sample, labels, logLikelihood);
if (nb == 1)
{
maxLL = logLikelihood[1];
Expand Down

0 comments on commit 4e68971

Please sign in to comment.