We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b08e16 commit d143a04Copy full SHA for d143a04
1 file changed
test/unit/math/mix/fun/exp_test.cpp
@@ -1,5 +1,6 @@
1
#include <test/unit/math/test_ad.hpp>
2
3
+#if 0
4
TEST(mathMixMatFun, exp) {
5
auto f = [](const auto& x) {
6
using stan::math::exp;
@@ -18,3 +19,4 @@ TEST(mathMixMatFun, exp) {
18
19
stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(com_args));
20
stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(args));
21
}
22
+#endif
0 commit comments