Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 29, 2024
1 parent 7a21cc4 commit 0d43bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fri/src/two_adic_pcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl<C: TwoAdicFriPcsGenericConfig, In: MatrixRows<C::Val>>
debug_span!("reduce matrix quotient", dims = %mat.dimensions()).entered();

// Use Barycentric interpolation to evaluate the matrix at the given point.
let ys = info_span!("compute opened values with Lagrange interpolation")
let ys = debug_span!("compute opened values with Lagrange interpolation")
.in_scope(|| {
let (low_coset, _) =
mat.split_rows(mat.height() >> self.fri.log_blowup);
Expand Down

0 comments on commit 0d43bf0

Please sign in to comment.