Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Siel committed May 10, 2024
1 parent 8f904c5 commit 4c2da80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bimodal_ke/main.rs
Expand Up @@ -26,7 +26,7 @@ fn main() -> Result<()> {
}
"analytical" => Equation::new_analytical(
one_compartment,
|p, _cov| {},
|_p, _cov| {},
|_p| lag! {},
|_p| fa! {},
|_p, _t, _cov, _x| {},
Expand Down

0 comments on commit 4c2da80

Please sign in to comment.