Skip to content
Snippets Groups Projects
Commit 1bf464f2 authored by Aiko Voigt's avatar Aiko Voigt
Browse files

Corrected typo in docstring

parent f1b53ae8
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ def shift_coordinates (cube_coordinates, radius):
def compute_connected_components(field_cube, connectivity = 'vertex'):
""""
"""
Compute connected components
Input:
......@@ -211,7 +211,7 @@ def compute_connected_components(field_cube, connectivity = 'vertex'):
connectivity string use 'vertex' (default) or 'edge' connectivity
Output:
component_cube, 3d array containing the component indices
""""
"""
import sys
# translate connectivity - string into input value for 3d connected component labeling
if connectivity == 'edge':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment