Skip to content

Commit

Permalink
add missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Jun 18, 2024
1 parent 25124bf commit 445a011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nnunetv2/inference/data_iterators.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def preprocessing_iterator_fromfiles(list_of_lists: List[List[str]],
yield item
[p.join() for p in processes]


class PreprocessAdapter(DataLoader):
def __init__(self, list_of_lists: List[List[str]],
list_of_segs_from_prev_stage_files: Union[None, List[str]],
Expand Down

0 comments on commit 445a011

Please sign in to comment.