From 4e68971664ccc37dbba3640832f4b57a3b87bfe8 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 13 Jun 2024 08:53:18 +0200 Subject: [PATCH] Fix c++ test --- lib/test/t_MixtureFactory_std.cxx | 1 + 1 file changed, 1 insertion(+) 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];