Skip to content

Commit

Permalink
fix bet property
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Feb 14, 2024
1 parent 89707d2 commit ed86fca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brainles_preprocessing/modality.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ def __init__(

self.current = self.input_path

@property
def bet(self) -> bool:
return any([self.raw_bet_output_path, self.normalized_bet_output_path])

def normalize(
self,
temporary_directory: str,
Expand Down

0 comments on commit ed86fca

Please sign in to comment.