From 738e1c4b3296b563926f0d685c20eecab4922285 Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Wed, 1 Apr 2020 14:37:06 -0700 Subject: [PATCH] temp --- client/src/util/centroid.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/util/centroid.js b/client/src/util/centroid.js index 4dc6ba60..23a65949 100644 --- a/client/src/util/centroid.js +++ b/client/src/util/centroid.js @@ -63,6 +63,9 @@ const getCoordinatesByCategoricalValues = ( ) { // Create/fetch the scratchpad value let coords = coordsByCategoryLabel.get(categoryValue); + for (lets coord of coordsByCategoryLabel) { + console.log(coord); + } if (coords === undefined) { // Get the number of cells which are in the categorical value const numInCategoricalValue = categoryValueCounts[categoryValueIndex];