Fix circuit sizes (#1484)

This commit is contained in:
Robin Salen 2024-01-25 00:45:28 -05:00 committed by GitHub
parent ca2e56e23b
commit eff7cc0f58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
);