Skip to content

Commit

Permalink
Update parametric_umap.py
Browse files Browse the repository at this point in the history
Last pep8...
  • Loading branch information
AMS-Hippo authored Oct 24, 2024
1 parent bc424cc commit e76da1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/parametric_umap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e76da1b

Please sign in to comment.