Skip to content

Commit

Permalink
Adjust parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Sep 30, 2024
1 parent 108822d commit a6a172f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compression/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ fn test_standard_plonk_compression() {

let layer1_agg_params = AggregationConfigParams {
degree: 21,
num_advice: 15,
num_lookup_advice: 2,
num_advice: 2,
num_lookup_advice: 1,
num_fixed: 1,
lookup_bits: 20,
};
Expand Down Expand Up @@ -282,8 +282,8 @@ fn test_imported_two_layer_compression(){
// First layer of compression
let layer1_agg_params = AggregationConfigParams {
degree: 21,
num_advice: 2,
num_lookup_advice: 1,
num_advice: 15,
num_lookup_advice: 2,
num_fixed: 1,
lookup_bits: 20,
};
Expand Down

0 comments on commit a6a172f

Please sign in to comment.