mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Minor
This commit is contained in:
parent
2e3a738bc5
commit
2ecca92bf6
@ -111,7 +111,7 @@ mod tests {
|
||||
looking_columns: vec![vec![2, 4]],
|
||||
looked_table: Table::Keccak,
|
||||
looked_columns: vec![3, 5],
|
||||
default: vec![F::ONE; 2],
|
||||
default,
|
||||
}];
|
||||
|
||||
let all_stark = AllStark {
|
||||
|
||||
@ -527,8 +527,7 @@ fn check_constraints<'a, F, C, S, const D: usize>(
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let values = transpose(&constraint_values);
|
||||
for v in values {
|
||||
for v in constraint_values {
|
||||
assert!(v.iter().all(|x| x.is_zero()));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user