Files
concrete/tests/numpy/test_compile.py
Arthur Meyre d8a64f25b8 chore: fix test for matmul correctness
- bit-width could get too high, rename input_range to be clearer on bounds
- fix bounds that seemed to want to use a set number of bits but being off
by one (e.g. 4 -> 3 as 0-3 is the range for a 2 bits integer)

closes #1352
2022-01-10 10:56:23 +01:00

70 KiB