Skip to content

Commit

Permalink
Merge pull request #284 from pyplati/fix-apl-doc
Browse files Browse the repository at this point in the history
Fix docstring
  • Loading branch information
pchlap authored Aug 20, 2024
2 parents e9ef41f + b7dcd4b commit 258ac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platipy/imaging/label/comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def compute_apl(label_ref, label_test, distance_threshold_mm=3):
added path length
Returns:
float: The total (slice-wise) added path length in mm
float: The total (slice-wise) added path length in voxels
"""
added_path_length_list = []
n_slices = label_ref.GetSize()[2]
Expand Down

0 comments on commit 258ac49

Please sign in to comment.