Skip to content
Snippets Groups Projects
Commit 63658f46 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

ENH: Add a call to disconnect pipeline (RFC 85 review)

parent 9b617cfa
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ TrainVectorBase::ExtractSamplesWithLabel(std::string parameterName, std::string
samplesWithLabel.listSample = shiftScaleFilter->GetOutput();
samplesWithLabel.labeledListSample = target;
samplesWithLabel.listSample->DisconnectPipeline();
}
return samplesWithLabel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment