Skip to content

Commit

Permalink
fix(frontend-python): test_modules with more reasonnable p_error
Browse files Browse the repository at this point in the history
  • Loading branch information
rudy-6-4 committed Aug 8, 2024
1 parent 733fa65 commit bd380cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ def c(x):
"b": [np.random.randint(1, 50, size=()) for _ in range(100)],
"c": [np.random.randint(1, 100, size=()) for _ in range(100)],
},
p_error=0.01,
)

inp_enc = module.a.encrypt(5)
Expand Down

0 comments on commit bd380cc

Please sign in to comment.