We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, i find the test case SerializeTest.HostCKKSCiphertext ailed some times, so,i change the test code to
TEST(SerializeTest, HostCKKSCiphertext) { for(int i=0;i<100;i++) { printf("i=%2d\n", i); GeneralHeContext ghe(false, SchemeType::CKKS, 32, 0, { 60, 60, 60 }, false, 0x123, 10, 1<<16, 1e-2); test_ciphertext(ghe); } }
then , this test will fail. if i change tolerance to 1e-1 or 1.8e-2,the test case can pass.
The text was updated successfully, but these errors were encountered:
I think that is the expected behavior. For higher precision you might want to set the scale larger.
Sorry, something went wrong.
No branches or pull requests
hi, i find the test case SerializeTest.HostCKKSCiphertext ailed some times, so,i change the test code to
then , this test will fail.
if i change tolerance to 1e-1 or 1.8e-2,the test case can pass.
The text was updated successfully, but these errors were encountered: