mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(tests): wasn't expecting bits to be update to max
This commit is contained in:
@@ -213,8 +213,8 @@ def test_fail_compile(function, input_ranges, list_of_arg_names):
|
||||
(4,),
|
||||
# Remark that, when you do the dot of tensors of 4 values between 0 and 3,
|
||||
# you can get a maximal value of 4*3*3 = 36, ie something on 6 bits
|
||||
"%0 = x # Integer<unsigned, 2 bits>"
|
||||
"\n%1 = y # Integer<unsigned, 2 bits>"
|
||||
"%0 = x # Integer<unsigned, 6 bits>"
|
||||
"\n%1 = y # Integer<unsigned, 6 bits>"
|
||||
"\n%2 = Dot(0, 1) # Integer<unsigned, 6 bits>"
|
||||
"\nreturn(%2)\n",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user