From e76da1bee0cf653dbd1163f7159c7d8bd21e6cdb Mon Sep 17 00:00:00 2001 From: AMS-Hippo <108019025+AMS-Hippo@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:42:15 -0400 Subject: [PATCH] Update parametric_umap.py Last pep8... --- umap/parametric_umap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/parametric_umap.py b/umap/parametric_umap.py index 573a3fe4..42a0300a 100644 --- a/umap/parametric_umap.py +++ b/umap/parametric_umap.py @@ -496,7 +496,7 @@ def save(self, save_location, verbose=True): print("Pickle of ParametricUMAP model saved to {}".format(model_output)) def add_landmarks( - self, + self, X, sample_pct=0.01, sample_mode="uniform",