Skip to content

Commit

Permalink
STY: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Apr 12, 2024
1 parent b88b025 commit 086a32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/darsia/assistants/crop_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ def _find_marks(self, color: Union[list[float], np.ndarray]) -> darsia.VoxelArra
color (Union[list[float], np.ndarray]): color of the marks
Returns:
darsia.VoxelArray: selected corners to define box after cropping (voxels in matrix indexing)
darsia.VoxelArray: selected corners to define box after cropping (voxels in matrix
indexing)
"""
# Find all pixels with the specified color
Expand Down

0 comments on commit 086a32a

Please sign in to comment.