Skip to content

Commit

Permalink
fix: add cl.obs to parameters to calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero1999 committed Jan 21, 2025
1 parent fadf00d commit 5c704c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-format_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ test_that("format_pkncadata_intervals generates correct dataset", {
)

# Define the other arguments for the dose intervals
params <- c("cmax", "tmax", "half.life")
params <- c("cmax", "tmax", "half.life", "cl.obs")

# Call format_pkncadata_intervals
myintervals <- format_pkncadata_intervals(mydose, params = params, start_from_last_dose = TRUE)
Expand Down

0 comments on commit 5c704c3

Please sign in to comment.