Skip to content

Commit

Permalink
reduce verbosity in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fraterenz committed Apr 4, 2024
1 parent 18f5685 commit 3ccc58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ mod tests {
SubClones::new(vec![StemCell::new(); cells.get() as usize], 3, 0),
Distributions::new(Probs::new(10., 1., mu, 1., cells.get(), 0), 0),
Proliferation::default(),
2,
0,
)
}

Expand Down

0 comments on commit 3ccc58f

Please sign in to comment.