Skip to content

Commit

Permalink
Increase number of states for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Apr 1, 2024
1 parent 2f8a4a5 commit 9216856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lace/tests/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ fn engine_build_without_flat_col_is_not_flat() {
let path = animals_data_path();
let df = lace_codebook::data::read_csv(path).unwrap();
let engine = EngineBuilder::new(DataSource::Polars(df))
.with_nstates(8)
.with_nstates(32)
.build()
.unwrap();
assert!(engine.states.iter().any(|state| state.n_views() > 1));
Expand Down

0 comments on commit 9216856

Please sign in to comment.