Skip to content

Commit

Permalink
Rename method with pineCase
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Apr 16, 2024
1 parent 133ce9c commit 20b8130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spleenseg/transforms/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def transforms_build(f_transform: list[Callable]) -> Compose:
return transforms


def training_and_validation_transformsSetup() -> tuple[Compose, Compose]:
def trainingAndValidation_transformsSetup() -> tuple[Compose, Compose]:
baseTrainingTransforms: list = [
f_LoadImaged(),
f_EnsureChannelFirstd(),
Expand Down

0 comments on commit 20b8130

Please sign in to comment.