Skip to content

Commit

Permalink
fix deprecation warning (#11)
Browse files Browse the repository at this point in the history
* add return_k = TRUE for pareto smoothing

* change jacobian_adjustment to jacobian (deprecation warning)

---------

Co-authored-by: n-kall <[email protected]>
  • Loading branch information
n-kall and n-kall authored Jan 15, 2024
1 parent c1bf3bc commit 64f7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/log_prob_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log_prob_draws.CmdStanFit <- function(fit, draws, ...) {
draws,
1,
fit$log_prob,
jacobian_adjustment = TRUE
jacobian = TRUE
)
}

Expand Down

0 comments on commit 64f7f6f

Please sign in to comment.