Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Jan 24, 2025
1 parent 533a5f8 commit 27259ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sxt/proof/sumcheck/proof_computation.t.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ static void test_proof(const driver& drv) noexcept {
random_sumcheck_descriptor descriptor;
unsigned n;
generate_random_sumcheck_problem(mles, product_table, product_terms, n, rng, descriptor);
std::println("num_mles = {}", mles.size() / n);

unsigned polynomial_length = 0;
for (auto [_, len] : product_table) {
Expand Down

0 comments on commit 27259ba

Please sign in to comment.