Skip to content

Commit

Permalink
Merge pull request #39 from KrishnaswamyLab/bw-typo
Browse files Browse the repository at this point in the history
Update api.py
  • Loading branch information
scottgigante authored Apr 26, 2019
2 parents 3edc962 + 3437b44 commit 4468535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphtools/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def Graph(data,
bandwidth : `float`, list-like,`callable`, or `None`, optional (default: `None`)
Fixed bandwidth to use. If given, overrides `knn`. Can be a single
bandwidth, list-like (shape=[n_samples]) of bandwidths for each
sample, or a `callable` that takes in a `n x m` matrix and returns a
sample, or a `callable` that takes in an `n x n` distance matrix and returns a
a single value or list-like of length n (shape=[n_samples])
bandwidth_scale : `float`, optional (default : 1.0)
Expand Down

0 comments on commit 4468535

Please sign in to comment.