Skip to content

Commit

Permalink
Update tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Aug 25, 2024
1 parent f1cc80a commit 33b26ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/circuit/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ mod matmul_col_ultra_overflow_double_col {
use super::*;

const K: usize = 4;
const LEN: usize = 20;
const LEN: usize = 10;
const NUM_INNER_COLS: usize = 2;

#[derive(Clone)]
Expand Down Expand Up @@ -1159,7 +1159,7 @@ mod conv_col_ultra_overflow {
use super::*;

const K: usize = 4;
const LEN: usize = 28;
const LEN: usize = 10;

#[derive(Clone)]
struct ConvCircuit<F: PrimeField + TensorType + PartialOrd> {
Expand Down Expand Up @@ -1298,7 +1298,7 @@ mod conv_relu_col_ultra_overflow {
use super::*;

const K: usize = 4;
const LEN: usize = 28;
const LEN: usize = 20;

#[derive(Clone)]
struct ConvCircuit<F: PrimeField + TensorType + PartialOrd> {
Expand Down

0 comments on commit 33b26ea

Please sign in to comment.