Skip to content

Commit

Permalink
add fix for lmcinnes#28 to sparse matrix support also
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Saul committed Nov 30, 2017
1 parent cf19e5c commit 4c32fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/sparse.py
Expand Up @@ -2,7 +2,7 @@
# Enough simple sparse operations in numba to enable sparse UMAP
#
# License: BSD 3 clause

from __future__ import print_function
import numpy as np
import numba

Expand Down

0 comments on commit 4c32fda

Please sign in to comment.