mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 00:50:49 +08:00
instability debuggin in progress
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user