Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using local_nested_autodiff for all instances of nested autodiff #1706

Merged
Prev Previous commit
Next Next commit
Removed forgotten debug output
  • Loading branch information
martinmodrak committed Feb 12, 2020
commit 75639482ccc77eaa068daab8766673d5d7a24ba6
2 changes: 0 additions & 2 deletions test/unit/math/rev/functor/coupled_ode_system_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ TEST_F(StanAgradRevOde, coupled_ode_system_dv) {
EXPECT_EQ(stack_size, stan::math::nested_size())
<< "expecting no new things on the stack";

std::cout << "A" << std::endl;
system(z0, dz_dt, t0);
std::cout << "B" << std::endl;

EXPECT_FLOAT_EQ(0.5, dz_dt[0]);
EXPECT_FLOAT_EQ(-1.075, dz_dt[1]);
Expand Down