Skip to content

Commit

Permalink
Add number of advice columns
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Oct 2, 2024
1 parent 03eb3e5 commit 3e0bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compression/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ fn test_imported_two_layer_compression(){
// First layer of compression
let layer1_agg_params = AggregationConfigParams {
degree: 24,
num_advice: 15,
num_advice: 20,
num_lookup_advice: 2,
num_fixed: 1,
lookup_bits: 20,
Expand Down

0 comments on commit 3e0bcb4

Please sign in to comment.