Skip to content

Commit

Permalink
Fix bug in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Mar 11, 2021
1 parent 3a4874d commit 6fe0e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions graspologic/match/gmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class GraphMatch(BaseEstimator):
n_init : int, positive (default = 1)
Number of random initializations of the starting permutation matrix that
the FAQ algorithm will undergo. ``n_init`` automatically set to 1 if
``init_method`` = 'barycenter'
the FAQ algorithm will undergo.
init : string (default = 'barycenter') or 2d-array
The initial position chosen
Expand Down

0 comments on commit 6fe0e81

Please sign in to comment.