Skip to content

Commit d8b9ade

Browse files
authored
update runner script (#1556)
closes #1550 workaround #1555 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: Wenqi Li <[email protected]>
1 parent 1eec05b commit d8b9ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ skip_run_papermill=("${skip_run_papermill[@]}" .*nuclei_classification_training_
124124
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclick_training_notebook.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
125125
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclei_classification_infer.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
126126
skip_run_papermill=("${skip_run_papermill[@]}" .*nuclick_infer.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1542
127-
skip_run_papermill=("${skip_run_papermill[@]}" .*05_spleen_segmentation_lightning.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1550
127+
skip_run_papermill=("${skip_run_papermill[@]}" .*unet_segmentation_3d_ignite_clearml.ipynb*) # https://github.com/Project-MONAI/tutorials/issues/1555
128128

129129
# output formatting
130130
separator=""

0 commit comments

Comments
 (0)