Skip to content

Commit

Permalink
Delete lingering not needed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 29, 2023
1 parent 69e7d8d commit ebf13e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions R/DAISIE_SR_ML_CS.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DAISIE_SR_loglik_all_choosepar <- function(
abstolint = 1E-16,
reltolint = 1E-10
) {
verbose <- pars2[4]
trpars1 <- rep(0, 11)
trpars1[idparsopt] <- trparsopt
if (length(idparsfix) != 0) {
Expand All @@ -34,8 +33,7 @@ DAISIE_SR_loglik_all_choosepar <- function(
methode = methode,
CS_version = CS_version,
abstolint = abstolint,
reltolint = reltolint,
verbose = verbose
reltolint = reltolint
)
}
if (is.nan(loglik) || is.na(loglik)) {
Expand Down
1 change: 0 additions & 1 deletion R/DAISIE_SR_loglik_CS.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ DAISIE_SR_loglik_CS_M1 <- DAISIE_SR_loglik <- function(
#' @param methode Method of the ODE-solver. See package deSolve for details.
#' Default is "lsodes"
#' @param abstolint Absolute tolerance of the integration
#' @param verbose Logical controling if progress is printed to console.
#' @param reltolint Relative tolerance of the integration
#'
#' @return The loglikelihood
Expand Down
5 changes: 1 addition & 4 deletions man/DAISIE_SR_loglik_CS.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebf13e6

Please sign in to comment.