Skip to content

Commit

Permalink
Add more strict deterministic test
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed Mar 13, 2024
1 parent 2a55e13 commit aa0e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deterministic/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
TestCase("empty_kernel", "empty_kernel", ""),
TestCase("memcopy", "memcopy", ""),
TestCase("../../samples/fir", "fir", "-length=64"),
# TestCase("../../samples/fir", "fir", "-length=65536"),
TestCase("../../samples/fir", "fir", "-length=65536"),
]


Expand Down

0 comments on commit aa0e815

Please sign in to comment.