Remove non-passing debug assert

This commit is contained in:
Hamy Ratoanina 2023-05-08 18:58:42 -04:00 committed by Robin Salen
parent 06037f814f
commit f97deab8a7
No known key found for this signature in database
GPG Key ID: FB87BACFB3CB2007

View File

@ -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