Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 14, 2025
1 parent 6acf87e commit aaa56de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/maisi_ct_generative/scripts/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def sample_multiple_images(self, num_img):
try_time += 1
if try_time > self.max_try_time:
logging.info(
"Generated image/label pair did not pass quality check.
"Generated image/label pair did not pass quality check.
Please consider changing spacing and output_size to facilitate a more realistic setting."
)
return output_filenames
Expand Down

0 comments on commit aaa56de

Please sign in to comment.