Skip to content

Commit 00314f3

Browse files
committed
fix test that used _log function
1 parent a035f62 commit 00314f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/math/mix/prob/multi_student_t_cholesky_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ TEST(ProbDistributionsMultiStudentTCholesky, fvar_var) {
7676
using Eigen::Dynamic;
7777
using Eigen::Matrix;
7878
using stan::math::fvar;
79-
using stan::math::multi_student_t_log;
8079
using stan::math::var;
8180
using std::vector;
8281
Matrix<fvar<var>, Dynamic, 1> y(3, 1);

0 commit comments

Comments
 (0)