Skip to content

Commit

Permalink
Clean up fri quotients
Browse files Browse the repository at this point in the history
  • Loading branch information
spapinistarkware committed Apr 3, 2024
1 parent be29c98 commit ff6eb6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/backend/cpu/quotients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ mod tests {
}],
);
let quot_poly_base_field =
CPUCircleEvaluation::new(eval_domain, quot_eval.columns[0].clone()).interpolate();
CPUCircleEvaluation::new(eval_domain, quot_eval.values.columns[0].clone())
.interpolate();
assert!(quot_poly_base_field.is_in_fft_space(LOG_SIZE));
}
}

0 comments on commit ff6eb6e

Please sign in to comment.