Skip to content

Commit

Permalink
Merge pull request #93 from msedwar/transform-fix
Browse files Browse the repository at this point in the history
Fix fit(), then transform() bug
  • Loading branch information
lmcinnes committed Jul 25, 2018
2 parents 70d8c08 + 9f9870d commit 7852a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/umap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ def transform(self, X):
head,
tail,
n_epochs,
X.shape[0],
graph.shape[1],
epochs_per_sample,
self._a,
self._b,
Expand Down

0 comments on commit 7852a79

Please sign in to comment.