Skip to content

Commit

Permalink
#1477 fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jul 16, 2021
1 parent 9897494 commit 187c8d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pybamm/solvers/casadi_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def _integrate(self, model, t_eval, inputs_dict=None):
solution.all_ys[0],
solution.all_ts[0],
solution.all_inputs[0],
)
)

return solution

Expand Down
1 change: 0 additions & 1 deletion pybamm/solvers/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def __init__(
# Solution now uses CasADi
pybamm.citations.register("Andersson2019")


def _extract_explicit_sensitivities(self, model, y, t_eval, inputs):
"""
given a model and a solution y, extracts the sensitivities
Expand Down

0 comments on commit 187c8d5

Please sign in to comment.