Skip to content

Commit

Permalink
Update layouts.py
Browse files Browse the repository at this point in the history
Fix for #1006
  • Loading branch information
lmcinnes committed May 8, 2023
1 parent 27a8912 commit c5b616c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umap/layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def clip(val):
"result": numba.types.float32,
"diff": numba.types.float32,
"dim": numba.types.intp,
"i": numba.types.intp,
},
)
def rdist(x, y):
Expand Down

0 comments on commit c5b616c

Please sign in to comment.