Skip to content

Commit 7727932

Browse files
committed
#2789 style
1 parent 1e8997c commit 7727932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pybamm/solvers/idaklu_solver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@ def _integrate(self, model, t_eval, inputs_dict=None):
532532
y_out = sol.y.reshape((number_of_timesteps, number_of_states))
533533

534534
# return sensitivity solution, we need to flatten yS to
535-
# (#timesteps * #states (where t is changing the quickest),) to match format used by Solution
535+
# (#timesteps * #states (where t is changing the quickest),)
536+
# to match format used by Solution
536537
# note that yS is (n_p, n_t, n_y)
537538
if number_of_sensitivity_parameters != 0:
538539
yS_out = {

0 commit comments

Comments
 (0)