Skip to content

Commit

Permalink
Uncommented test (Issue #1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbales2 committed Feb 26, 2021
1 parent 63a1ad6 commit c7cacf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/math/mix/fun/rep_matrix_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ TEST(MathMixMatFun, repMatrix) {
Eigen::RowVectorXd b(2);
b << 2, 2;
stan::test::expect_ad(g(3), b);
//stan::test::expect_ad_matvar(g(3), b);
stan::test::expect_ad_matvar(g(3), b);
}

0 comments on commit c7cacf0

Please sign in to comment.