Skip to content

Commit 81629fa

Browse files
committed
Add crashing tests
1 parent 5f85d74 commit 81629fa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/unit/math/mix/fun/columns_dot_product_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ TEST(MathMixMatFun, columnsDotProduct) {
6161
stan::test::expect_ad(f, erv2, erv3);
6262
stan::test::expect_ad(f, em33, em23);
6363
stan::test::expect_ad(f, em23, em33);
64+
stan::test::expect_ad(f, em23, em32);
6465
stan::test::expect_ad_matvar(f, ev2, ev3);
6566
stan::test::expect_ad_matvar(f, erv2, erv3);
6667
stan::test::expect_ad_matvar(f, em33, em23);

test/unit/math/mix/fun/rows_dot_product_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ TEST(MathMixMatFun, rowsDotProduct) {
6161
stan::test::expect_ad(f, erv2, erv3);
6262
stan::test::expect_ad(f, em33, em23);
6363
stan::test::expect_ad(f, em23, em33);
64+
stan::test::expect_ad(f, em23, em32);
6465
stan::test::expect_ad_matvar(f, ev2, ev3);
6566
stan::test::expect_ad_matvar(f, erv2, erv3);
6667
stan::test::expect_ad_matvar(f, em33, em23);

0 commit comments

Comments
 (0)