Skip to content

Commit

Permalink
docs: fix metabolism delta_time
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibb committed Jan 5, 2025
1 parent 9e377d3 commit b697d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/cowles1973.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ psh <- sim_anaesthetic_uptake(

```{r sim-met}
met <- sim_anaesthetic_uptake(
pinsp = 12, delta_time = 0.01, total_time = 10,
pinsp = 12, delta_time = 0.1, total_time = 10,
conductances = conductances,
capacitances = capacitances,
metabolism_frac = 0.05
Expand Down

0 comments on commit b697d33

Please sign in to comment.