From a9dcec0950e203e15a65666d5fa27545187ffdd3 Mon Sep 17 00:00:00 2001 From: "Mauro I. Dominguez" Date: Mon, 14 Jul 2025 11:16:29 -0300 Subject: [PATCH] BUG: disable triangulation of inputs as default in CombineModelsLogic --- CombineModels/CombineModels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CombineModels/CombineModels.py b/CombineModels/CombineModels.py index dc6861d..2194a4a 100644 --- a/CombineModels/CombineModels.py +++ b/CombineModels/CombineModels.py @@ -335,7 +335,7 @@ def process( operation, numberOfRetries = 2, randomTranslationMagnitude = 4, - triangulateInputs = True + triangulateInputs = False ): """ Run the processing algorithm.