Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Can-Zhao <[email protected]>
  • Loading branch information
Can-Zhao committed Feb 14, 2025
1 parent 6acf87e commit 7b68d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/maisi_ct_generative/scripts/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ 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.
Please consider changing spacing and output_size to facilitate a more realistic setting."
"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 7b68d37

Please sign in to comment.