Skip to content

Commit

Permalink
Accidantely removed tests and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Sep 6, 2024
1 parent adfee46 commit 65ece6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mvpoly/tests/prime.rs
Original file line number Diff line number Diff line change
@@ -785,6 +785,7 @@ fn test_mvpoly_mul_by_scalar_degree_pbt() {
#[test]
fn test_mvpoly_mul_degree_pbt() {
let mut rng = o1_utils::tests::make_test_rng(None);
// half max degree
let degree = rng.gen_range(1..3);
let p1 = Fp::random_dense::<4, 6>(&mut rng, Some(degree));
let p2 = Fp::random_dense::<4, 6>(&mut rng, Some(degree));

0 comments on commit 65ece6b

Please sign in to comment.