mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13:07 +00:00
Fix circuit sizes (#1484)
This commit is contained in:
parent
ca2e56e23b
commit
eff7cc0f58
@ -442,7 +442,7 @@ fn test_log_with_aggreg() -> anyhow::Result<()> {
|
||||
// Preprocess all circuits.
|
||||
let all_circuits = AllRecursiveCircuits::<F, C, D>::new(
|
||||
&all_stark,
|
||||
&[16..17, 13..16, 15..18, 14..15, 10..11, 12..13, 17..20],
|
||||
&[16..17, 12..15, 14..18, 14..15, 9..10, 12..13, 17..20],
|
||||
&config,
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user