We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 950c970 + 4ff857f commit 2e87ecaCopy full SHA for 2e87eca
1 file changed
test/unit/math/prim/prob/inv_wishart_cholesky_test.cpp
@@ -80,7 +80,7 @@ TEST(ProbDistributionsInvWishartCholesky, dof_0) {
80
MatrixXd L_Y = Y.llt().matrixL();
81
MatrixXd L_S = Sigma.llt().matrixL();
82
83
- unsigned int dof = std::numeric_limits<double>::quiet_NaN();
+ double dof = std::numeric_limits<double>::quiet_NaN();
84
EXPECT_THROW(stan::math::inv_wishart_cholesky_lpdf(L_Y, dof, L_S),
85
std::domain_error);
86
}
0 commit comments