mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Remove non-passing debug assert
This commit is contained in:
parent
06037f814f
commit
f97deab8a7
@ -244,15 +244,6 @@ pub(crate) fn cross_table_lookup_data<F: RichField, const D: usize>(
|
||||
&looked_table.filter_column,
|
||||
challenge,
|
||||
);
|
||||
|
||||
debug_assert_eq!(
|
||||
zs_looking
|
||||
.clone()
|
||||
.map(|z| *z.values.last().unwrap())
|
||||
.product::<F>(),
|
||||
*z_looked.values.last().unwrap()
|
||||
);
|
||||
|
||||
for (table, z) in looking_tables.iter().zip(zs_looking) {
|
||||
ctl_data_per_table[table.table as usize]
|
||||
.zs_columns
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user