Skip to content

Commit

Permalink
Update bridge_ado.R
Browse files Browse the repository at this point in the history
  • Loading branch information
aminadibi authored Sep 1, 2021
1 parent 3594be9 commit 76cce99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/bridge_ado.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ model_run <- function(model_input = NULL)
}


get_default_input <- function() {
prism_get_default_input <- function() {
model_input <- list(
mmrc = 0,
fev = 55,
Expand Down Expand Up @@ -83,4 +83,4 @@ unflatten_list <- function(lst)
}

return(out)
}
}

0 comments on commit 76cce99

Please sign in to comment.