Skip to content

Commit

Permalink
Fix incorrect default parameters for permutation_2sided
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Dec 26, 2024
1 parent 6e592be commit dff87e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procrustes/permutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def permutation_2sided(
a: np.ndarray,
b: np.ndarray,
single: bool = True,
method: str = "kopt",
method: str = "k-opt",
guess_p1: Optional[np.ndarray] = None,
guess_p2: Optional[np.ndarray] = None,
pad: bool = False,
Expand Down

0 comments on commit dff87e2

Please sign in to comment.