Skip to content

Commit 8b2e45f

Browse files
christopherngutierrezkylaneracejoserochh
authored
Bug fix: test case for kerngraph parse_args (#102)
Bug fix for test case test_parse_args_defaults, which incorrectly checked for secondary loop but is not set by default Co-authored-by: Kylan Race <kylan.e.race@intel.com> Co-authored-by: Jose Rojas Chaves <jose.rojas.chaves@intel.com>
1 parent e21a373 commit 8b2e45f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

p-isa_tools/kerngen/tests/test_kerngraph_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def test_parse_args_defaults():
4949
assert args.debug is False
5050
assert args.target == []
5151
assert args.primary == LoopKey.PART
52-
assert args.secondary == LoopKey.RNS
5352

5453

5554
def test_parse_args_debug_flag():

0 commit comments

Comments
 (0)