mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
tests: added assert for cp param and changing test args order (#342)
This commit is contained in:
@@ -45,7 +45,6 @@ class Definitions:
|
||||
** 1 parameter = Flag - no need for string or int
|
||||
** 2 parameters = add value for the selected flag
|
||||
"""
|
||||
|
||||
cmd_args = [
|
||||
['-ew'],
|
||||
['--play'],
|
||||
@@ -53,9 +52,6 @@ class Definitions:
|
||||
['-f', fw_ten],
|
||||
['--nocolor'],
|
||||
['-s', css],
|
||||
# ['-crd', crd], # Tested in checkpoint test
|
||||
['-dg'],
|
||||
['-dm'],
|
||||
['-cp', cp],
|
||||
['--print_networks_summary'],
|
||||
['-tb'],
|
||||
@@ -63,6 +59,9 @@ class Definitions:
|
||||
['-onnx'],
|
||||
['-asc'],
|
||||
['--dump_worker_logs'],
|
||||
['-dg'],
|
||||
['-dm'],
|
||||
# ['-crd', crd], # Tested in checkpoint test
|
||||
# ['-et', et],
|
||||
# '-lvl': '{level}', # TODO: Add test validation on args_utils
|
||||
# '-e': '{}', # TODO: Add test validation on args_utils
|
||||
|
||||
Reference in New Issue
Block a user