From eb0c6a95a6303826eee9cb6e7c65d32f5ccd00b9 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Wed, 16 Oct 2024 17:13:36 +0200 Subject: [PATCH] MVPoly/PBT: remove a flaky test for multilinearity It does depend on maximum degree given in parameter. The probability is not negligible if 2 is given. --- mvpoly/src/pbt.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mvpoly/src/pbt.rs b/mvpoly/src/pbt.rs index b517f0107f..130c6c9fc4 100644 --- a/mvpoly/src/pbt.rs +++ b/mvpoly/src/pbt.rs @@ -556,12 +556,6 @@ pub fn test_is_multilinear>() {