Skip to content

Commit 81efbd4

Browse files
authored
953 update testing script (#954)
Signed-off-by: Wenqi Li <wenqil@nvidia.com> Fixes #953 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]` Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent c73931c commit 81efbd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 2d_slices_from_3d_s
4444
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" data_analyzer.ipynb)
4545
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" data_analyzer_byoc.ipynb)
4646
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" transforms_metatensor.ipynb)
47+
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 2d_slices_from_3d_training.ipynb)
4748

4849
# output formatting
4950
separator=""

0 commit comments

Comments
 (0)