Skip to content

Commit

Permalink
fix black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
josafatburmeister committed Dec 16, 2021
1 parent 5011ce6 commit 1e4a05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datasets/brats_data_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ def __init__(

def label_items(self, ids: List[str], labels: Optional[Any] = None) -> None:
"""TBD"""

# ToDo: implement labeling logic
return None

def _create_training_set(self) -> Optional[Dataset]:
"""Creates a training dataset."""

train_image_paths, train_annotation_paths = BraTSDataModule.discover_paths(
os.path.join(self.data_folder, "train")
)
Expand Down

0 comments on commit 1e4a05f

Please sign in to comment.