Skip to content

Commit

Permalink
When discrete_a is missing, keep it missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 12, 2024
1 parent d26e275 commit 8a0a4b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/poped.R
Original file line number Diff line number Diff line change
Expand Up @@ -1220,8 +1220,6 @@ attr(rxUiGet.popedNotfixedSigma, "desc") <- "PopED database $notfixed_sigma"
}
if (!is.null(discrete_a)) {
discrete_a <- c(list(ID=1), discrete_a)
} else {
discrete_a <- list(ID=1)
}
} else {
stop()
Expand Down

0 comments on commit 8a0a4b9

Please sign in to comment.