File tree Expand file tree Collapse file tree
examples/07_loop_depth/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 // than one of the provided scripts like count_token and count_function.
88 // This works in much the same way as those scripts.
99 // "command" : [ "submitty_count -l python depth loop *.py" ],
10- "command" : [ " submitty_count_ts -l python node while *.py" ],
10+ // In the process of deprecating submitty_count and replacing it with submitty_count_ts, the loop depth functionality
11+ // was lost. This example should either be updated or removed.
12+ // ""
13+ "command" : [ " submitty_count_ts -l python call print *.py" ],
1114 "points" : 10 ,
1215 "validation" : [
1316 {
1417 "method" : " intComparison" ,
1518 "actual_file" : " STDOUT.txt" ,
1619 "description" : " Loop Depth" ,
1720
18- "comparison" : " le " ,
19- "term" : 3 ,
21+ "comparison" : " ge " ,
22+ "term" : 0 ,
2023
21- "failure_message" : " Must have less than four nested loops" ,
22- "show_message" : " always" ,
24+ // "failure_message" : "Must have less than four nested loops",
25+ // "show_message" : "always",
2326 "show_actual" : " always"
2427 }
2528 ]
You can’t perform that action at this time.
0 commit comments