Skip to content

Commit 7babda9

Browse files
update docstring
Signed-off-by: Yiheng Wang <[email protected]>
1 parent 97f943c commit 7babda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/omniverse/omniverse_integration.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@
469469
"\n",
470470
"# if workflow.run() is uncommented and run, an image and a label files will be generated in the output folder\n",
471471
"# for example, file paths are like this:\n",
472-
"# f\"{bundle_root}/output/sample_20250317_065034_415537_image.nii.gz\n",
473-
"# f\"{bundle_root}/output/sample_20250317_065034_415537_label.nii.gz\n",
472+
"# f\"{bundle_root}/output/sample_20250317_065034_415537_image.nii.gz\"\n",
473+
"# f\"{bundle_root}/output/sample_20250317_065034_415537_label.nii.gz\"\n",
474474
"# then you can replace the \"input_nii_path\" below with the generated label file\n",
475475
"input_nii_path = f\"{bundle_root}/datasets/IntegrationTest-AbdomenCT.nii.gz\"\n",
476476
"output_nii_path = f\"{bundle_root}/datasets/monai/nii\"\n",

0 commit comments

Comments
 (0)