Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Oct 24, 2023
1 parent 9cd8811 commit b0126c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ TEST_F(RelationCorrectnessTests, GoblinTranslatorExtraRelationsCorrectness)

// Fill in lagrange even polynomial
for (size_t i = 2; i < mini_circuit_size; i += 2) {
prover_polynomials.lagrange_even[i] = 1;
prover_polynomials.lagrange_even_in_minicircuit[i] = 1;
}
constexpr size_t NUMBER_OF_POSSIBLE_OPCODES = 6;
constexpr std::array<uint64_t, NUMBER_OF_POSSIBLE_OPCODES> possible_opcode_values = { 0, 1, 2, 3, 4, 8 };
Expand Down

0 comments on commit b0126c5

Please sign in to comment.