Skip to content

Commit

Permalink
Merge branch 'feature/reverse-mode-move-semantics' of github.com:stan…
Browse files Browse the repository at this point in the history
…-dev/math into feature/reverse-mode-move-semantics
  • Loading branch information
SteveBronder committed Aug 7, 2023
2 parents 1871c64 + 9ce5c50 commit 42cef50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/math/mix/functor/reduce_sum_part1_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ TEST_F(AgradRev, reduce_sum_std_vector_std_vector_eigen_vector_double_slice) {
stan::test::expect_ad(reduce_sum_sum_lpdf, data);
}

TEST_F(AgradRev, reduce_sum_std_vector_std_vector_eigen_row_vector_double_slice) {
TEST_F(AgradRev,
reduce_sum_std_vector_std_vector_eigen_row_vector_double_slice) {
using stan::math::test::reduce_sum_static_sum_lpdf;
using stan::math::test::reduce_sum_sum_lpdf;

Expand Down

0 comments on commit 42cef50

Please sign in to comment.