Mentions légales du service

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

Add matfaust.factparams.ConstraintList in the same idea than previous commit did for pyfaust.

Example of what it changes:
Previously: fact_cons = {ConstraintInt('splin', 500, 32, 5), ConstraintInt('sp', 32, 32, 96), ConstraintInt('sp', 32, 32, 96)};
Now: fact_cons = ConstraintList('splin', 5, 500, 32, 'sp', 96, 32, 32, 'sp', 96, 32, 32);

The former expression is still valid, the new one is a shorthand.
parent bc82167f
No related branches found
No related tags found
No related merge requests found
Pipeline #833846 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment