Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Apr 26, 2019
2 parents b67ccd2 + 4468535 commit f0b0827
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 f0b0827

Please sign in to comment.