diff --git a/provers/stark/src/table.rs b/provers/stark/src/table.rs index 2d584abf1..898bef042 100644 --- a/provers/stark/src/table.rs +++ b/provers/stark/src/table.rs @@ -28,7 +28,7 @@ impl<'t, F: IsFFTField> Table { } // Check that the one-dimensional data makes sense to be interpreted as a 2D one. - assert!(crate::debug::validate_2d_structure(&data, width)); + debug_assert!(crate::debug::validate_2d_structure(&data, width)); let height = data.len() / width; Self {