Skip to content

Commit

Permalink
fix field in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Mar 20, 2024
1 parent a8dd136 commit 8fee02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lace/benches/insert_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fn build_engine(nrows: usize, ncols: usize) -> Engine {

let codebook = Codebook {
table_name: "table".into(),
state_alpha_prior: None,
view_alpha_prior: None,
state_prior_process: None,
view_prior_process: None,
col_metadata,
comments: None,
row_names: (0..nrows)
Expand Down

0 comments on commit 8fee02a

Please sign in to comment.