Skip to content

Commit 187c8d5

Browse files
committed
#1477 fix flake8
1 parent 9897494 commit 187c8d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pybamm/solvers/casadi_solver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def _integrate(self, model, t_eval, inputs_dict=None):
286286
solution.all_ys[0],
287287
solution.all_ts[0],
288288
solution.all_inputs[0],
289-
)
289+
)
290290

291291
return solution
292292

pybamm/solvers/solution.py

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def __init__(
145145
# Solution now uses CasADi
146146
pybamm.citations.register("Andersson2019")
147147

148-
149148
def _extract_explicit_sensitivities(self, model, y, t_eval, inputs):
150149
"""
151150
given a model and a solution y, extracts the sensitivities

0 commit comments

Comments
 (0)