Skip to content

Commit 414843b

Browse files
committed
fix test for cmdstan 2.30.0
1 parent 6d41485 commit 414843b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testthat/test-model-compile.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,8 @@ test_that("cmdstan_model works with user_header", {
590590
591591
namespace bernoulli_external_model_namespace
592592
{
593-
template <typename T0__, stan::require_stan_scalar_t<T0__>* = nullptr>
593+
template <typename T0__,
594+
stan::require_all_t<stan::is_stan_scalar<T0__>>* = nullptr>
594595
inline typename boost::math::tools::promote_args<T0__>::type make_odds(const T0__ &
595596
theta,
596597
std::ostream *pstream__)

0 commit comments

Comments
 (0)