Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgerault committed Nov 23, 2023
1 parent dea30e1 commit 9212114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion claasp/cipher_modules/neural_network_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ def int_difference_to_np_uint8(input_lengths, difference_positions, differences=
Splits a difference received as an integer into differences for each input that needs one, in np.uint8 format.
"""

differences =
num_bytes = 0
for i in range(len(input_lengths)):
if difference_positions[i]:
Expand Down

0 comments on commit 9212114

Please sign in to comment.