Closed LenkaV closed 6 years ago
Some charts are shown during the construction (e.g., function pipelineTPDetection()), even though option savePlots = False.
pipelineTPDetection()
savePlots = False
Other functions with this problems: pipelineTPMatching()
pipelineTPMatching()
Options showPlots and printDetails added to pipelineTPDetection() and pipelineTPMatching() functions.
showPlots
printDetails
Some charts are shown during the construction (e.g., function
pipelineTPDetection()
), even though optionsavePlots = False
.