Skip to content

Commit

Permalink
abc smc: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
stewid committed Jan 22, 2020
1 parent 0f0fc2c commit 80211a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/abc_smc.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ setAs(from = "SimInf_abc_smc",
##' @inheritParams base::as.data.frame
##' @export
as.data.frame.SimInf_abc_smc <- function(x, ...) {
as(x,"data.frame")
as(x, "data.frame")
}

##' Display the ABC posterior distribution
Expand Down

0 comments on commit 80211a6

Please sign in to comment.