Skip to content

Commit 8d71eac

Browse files
style: pre-commit fixes
1 parent 5c46da7 commit 8d71eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pybamm/solvers/base_solver.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -900,9 +900,9 @@ def solve(
900900
# If the new initial conditions are different
901901
# and cannot be evaluated directly, set up again
902902
self.set_up(model, model_inputs_list[0], t_eval, ics_only=True)
903-
self._model_set_up[model][
904-
"initial conditions"
905-
] = model.concatenated_initial_conditions
903+
self._model_set_up[model]["initial conditions"] = (
904+
model.concatenated_initial_conditions
905+
)
906906
else:
907907
# Set the standard initial conditions
908908
self._set_initial_conditions(model, t_eval[0], model_inputs_list[0])

0 commit comments

Comments
 (0)