Skip to content

Commit

Permalink
Merge pull request #1530 from albayenes/connectivity-matrix-wrong-def…
Browse files Browse the repository at this point in the history
…ault-parameter-in-doc-for-symmetric

Wrong default value for parameter 'symmetric' connectivity_matrix function
  • Loading branch information
arokem committed May 21, 2018
2 parents 6dda3ac + 786deb6 commit 0bdce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/tracking/utils.py
Expand Up @@ -134,7 +134,7 @@ def connectivity_matrix(streamlines, label_volume, voxel_size=None,
This argument is deprecated.
affine : array_like (4, 4)
The mapping from voxel coordinates to streamline coordinates.
symmetric : bool, False by default
symmetric : bool, True by default
Symmetric means we don't distinguish between start and end points. If
symmetric is True, ``matrix[i, j] == matrix[j, i]``.
return_mapping : bool, False by default
Expand Down

0 comments on commit 0bdce0d

Please sign in to comment.