Skip to content

Commit

Permalink
Increase degree
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Sep 30, 2024
1 parent a6a172f commit 50df657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compression/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ fn test_imported_two_layer_compression(){
dbg!(2);
// First layer of compression
let layer1_agg_params = AggregationConfigParams {
degree: 21,
num_advice: 15,
degree: 25,
num_advice: 30,
num_lookup_advice: 2,
num_fixed: 1,
lookup_bits: 20,
Expand Down

0 comments on commit 50df657

Please sign in to comment.