Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Dec 6, 2024
1 parent 99fc854 commit 7d51cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion region_grower/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ def section_prob(seg_direction, current_point, direction=None):
directions.append(direction)
return directions

# pragma: no cover
def get_boundaries(
self, cell
): # pylint: disable=too-many-locals,too-many-statements,too-many-branches, pragma: no cover
): # pylint: disable=too-many-locals,too-many-statements,too-many-branches
"""Returns a dict with boundaries data for NeuroTS."""

def get_distance_to_mesh(mesh, ray_origin, ray_direction, mesh_type):
Expand Down

0 comments on commit 7d51cc7

Please sign in to comment.