Skip to content

Commit

Permalink
added missing run
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza committed Sep 10, 2024
1 parent 4b866ee commit db8fc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyalfe/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ def predict_cases(self, input_image_tuple_list, output_list):
if len(input_tuple) == 0:
raise ValueError('Empty input image tuple')
free_surfer = FreeSurfer()
free_surfer.mri_synthseg(input_tuple[0], output)
free_surfer.mri_synthseg(input_tuple[0], output).run()

0 comments on commit db8fc3c

Please sign in to comment.