test: Various fixes on python simulation code

This commit is contained in:
Antoine SOULIER
2022-07-25 14:14:08 +02:00
parent c3071e0a29
commit b5e7751068
4 changed files with 20 additions and 14 deletions

View File

@@ -37,4 +37,4 @@ for m in [ ( mdct , "MDCT" ),
ok = ok and ret
exit(0 if ok else 1);
exit(0 if ok else 1)