Skip to content

Commit

Permalink
#3959 extend solving time to reach end of discharge
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed May 21, 2024
1 parent c30f82b commit 5a237ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def compare_outputs_two_phase_silicon_graphite(self, model_class):
)

sim = pybamm.Simulation(model, parameter_values=param)
t_eval = np.linspace(0, 7200, 1000)
t_eval = np.linspace(0, 8000, 1000)
inputs = [{"x": 0.01}, {"x": 0.1}]
sol = sim.solve(t_eval, inputs=inputs)

Expand Down

0 comments on commit 5a237ea

Please sign in to comment.