From 5629e4a3d3aa8f673d131633b72a9f6f5e3ff0aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hande=20G=C3=B6z=C3=BCkan?= <hande@ginkgo.work>
Date: Fri, 6 Oct 2023 10:42:03 +0200
Subject: [PATCH] update umap with tsne in accordance with changes in lisn.yaml
 file

---
 cartodata/pipeline/tests/test_loader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cartodata/pipeline/tests/test_loader.py b/cartodata/pipeline/tests/test_loader.py
index 6496cbfc..b9834e73 100644
--- a/cartodata/pipeline/tests/test_loader.py
+++ b/cartodata/pipeline/tests/test_loader.py
@@ -34,7 +34,7 @@ class TestLoader(TestCase):
         assert isinstance(pipeline, Pipeline)
         assert pipeline.dataset.name == PIPELINE_DATASET
         assert pipeline.projection_2d is not None
-        assert pipeline.projection_2d.key == "umap"
+        assert pipeline.projection_2d.key == "tsne"
         assert pipeline.projection_nd is not None
         assert pipeline.clustering is not None
         assert pipeline.neighboring is not None
-- 
GitLab