Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e7870cfd authored by hhakim's avatar hhakim
Browse files

Minor change.

Lower size and number of factors of tested Fausts.
parent 6d97cd7a
Branches
Tags
No related merge requests found
......@@ -11,8 +11,8 @@ import math
class TestFaustPy(unittest.TestCase):
MAX_NUM_FACTORS = 8 # for the tested Faust
MAX_DIM_SIZE = 512
MAX_NUM_FACTORS = 4 # for the tested Faust
MAX_DIM_SIZE = 256
MIN_DIM_SIZE = 3
def setUp(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment