Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/plusequals-assign-opencl' in…
Browse files Browse the repository at this point in the history
…to fix/plusequals-assign-opencl
  • Loading branch information
SteveBronder committed Sep 14, 2023
2 parents d2834d7 + 03eb22b commit e027860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/math/opencl/rev/add_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ TEST(OpenCLPrim, add_rev_exceptions) {
EXPECT_THROW(stan::math::add(md11, md22), std::invalid_argument);
}


TEST(OpenCLPrim, add_aliasing) {
stan::math::matrix_d d1(3, 3);
d1 << 1, 2, 3, 4, 5, 6, 7, 8, 9;
Expand Down

0 comments on commit e027860

Please sign in to comment.