Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Jan 19, 2024
1 parent 6a82ff5 commit 295ce90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/testgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ def test_gen(
exit(-1)

test_conf = nnxTestConfCls.model_validate(test_conf_dict)
test = NnxTestGenerator.from_conf(test_conf, nnxCls.ACCUMULATOR_TYPE, verbose=args.print_tensors)
test = NnxTestGenerator.from_conf(
test_conf, nnxCls.ACCUMULATOR_TYPE, verbose=args.print_tensors
)
if not args.skip_save:
test.save(args.test_dir)
if args.headers:
Expand Down

0 comments on commit 295ce90

Please sign in to comment.