Skip to content

Commit

Permalink
use I64 in test until smaller types are properly supported
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderViand-Intel committed Jan 29, 2025
1 parent a06a847 commit b444e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class EndToEndTest(absltest.TestCase):

def test_simple_arithmetic(self):
@compile() # defaults to BGV and OpenFHE
def foo(a : Secret[I16], b : Secret[I16]):
def foo(a : Secret[I64], b : Secret[I64]):
return a * a - b * b

# Test plaintext functionality
Expand Down

0 comments on commit b444e4c

Please sign in to comment.