diff --git a/lib/test/t_MixtureFactory_std.cxx b/lib/test/t_MixtureFactory_std.cxx index 6ea7822..d9c7f9a 100644 --- a/lib/test/t_MixtureFactory_std.cxx +++ b/lib/test/t_MixtureFactory_std.cxx @@ -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];