Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
saeliddp committed Mar 7, 2024
1 parent 0e3828a commit 448e7fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cyto_dl/api/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ class HardwareType(Enum):


class PatchSize(Enum):
"""
Patch size for training, and their respective patch shapes.
"""
"""Patch size for training, and their respective patch shapes."""

SMALL = [16, 32, 32]
MEDIUM = [16, 64, 64]
Expand Down

0 comments on commit 448e7fc

Please sign in to comment.