instability debuggin in progress

This commit is contained in:
Paul Leroy
2024-02-13 16:44:10 +01:00
parent a01d4a81fd
commit c3e1baf6fc
5 changed files with 26 additions and 16 deletions
+2 -2
View File
@@ -618,11 +618,11 @@ void q3DMASCPlugin::doTrainAction()
//prepare the features and the test cloud
if (!toPrepareTest.empty())
{
progressDlg.show();
QString error;
masc::CorePoints corePointsTest;
corePointsTest.cloud = corePointsTest.origin = testCloud;
corePointsTest.role = mainCloudLabel;
progressDlg.show();
QString error;
if (!masc::Tools::PrepareFeatures(corePointsTest, toPrepareTest, error, &progressDlg, &generatedScalarFieldsTest))
{
m_app->dispToConsole(error, ccMainAppInterface::ERR_CONSOLE_MESSAGE);