From dacff3f3a0096d1d65154ebd3d7f87ff55c70f57 Mon Sep 17 00:00:00 2001 From: sara castellano Date: Wed, 18 Jan 2023 08:16:41 +0000 Subject: [PATCH 1/2] display downsampling --- .../data-processing/DataIntegration/CalculationConfig.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/data-processing/DataIntegration/CalculationConfig.jsx b/src/components/data-processing/DataIntegration/CalculationConfig.jsx index 493c0acd4e..5a48e71e3b 100644 --- a/src/components/data-processing/DataIntegration/CalculationConfig.jsx +++ b/src/components/data-processing/DataIntegration/CalculationConfig.jsx @@ -290,7 +290,7 @@ const CalculationConfig = (props) => { {/* TODO: reenable when geometric sketching pipeline PRs are released */} - + @@ -375,9 +375,9 @@ const CalculationConfig = (props) => { updateSettings({ downsampling: { methodSettings: - { - [downsampling.method]: { percentageToKeep: parseInt(value, 0) }, - }, + { + [downsampling.method]: { percentageToKeep: parseInt(value, 0) }, + }, }, }); From 344c9a4b2275c2e01003b0f5a425a64e9d41be3b Mon Sep 17 00:00:00 2001 From: Pol Alvarez Date: Thu, 9 Mar 2023 13:29:26 +0100 Subject: [PATCH 2/2] Update CalculationConfig.jsx --- .../data-processing/DataIntegration/CalculationConfig.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/data-processing/DataIntegration/CalculationConfig.jsx b/src/components/data-processing/DataIntegration/CalculationConfig.jsx index 5a48e71e3b..e4ea764942 100644 --- a/src/components/data-processing/DataIntegration/CalculationConfig.jsx +++ b/src/components/data-processing/DataIntegration/CalculationConfig.jsx @@ -289,7 +289,6 @@ const CalculationConfig = (props) => { - {/* TODO: reenable when geometric sketching pipeline PRs are released */}