Skip to content

Commit

Permalink
#1863 remove print statement from idklu code
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Mar 3, 2022
1 parent f4e1d9e commit 7182c69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pybamm/solvers/c_solvers/idaklu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ Solution solve(np_array t_np, np_array y0_np, np_array yp0_np,
int number_of_events, int use_jacobian, np_array rhs_alg_id,
np_array atol_np, double rel_tol, int number_of_parameters)
{
std::cout << "testing if we get to solve" << std::endl;
auto t = t_np.unchecked<1>();
auto y0 = y0_np.unchecked<1>();
auto yp0 = yp0_np.unchecked<1>();
Expand Down

0 comments on commit 7182c69

Please sign in to comment.