Skip to content

Commit

Permalink
fix test that used _log function
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Apr 18, 2024
1 parent a035f62 commit 00314f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/math/mix/prob/multi_student_t_cholesky_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ TEST(ProbDistributionsMultiStudentTCholesky, fvar_var) {
using Eigen::Dynamic;
using Eigen::Matrix;
using stan::math::fvar;
using stan::math::multi_student_t_log;
using stan::math::var;
using std::vector;
Matrix<fvar<var>, Dynamic, 1> y(3, 1);
Expand Down

0 comments on commit 00314f3

Please sign in to comment.