Skip to content

Commit

Permalink
#3959 reduce solve time in test to avoid overdischarge (aiming to fix…
Browse files Browse the repository at this point in the history
… macos failing test)
  • Loading branch information
brosaplanella committed May 21, 2024
1 parent 71b5f43 commit c30f82b
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, 9000, 1000)
t_eval = np.linspace(0, 7200, 1000)
inputs = [{"x": 0.01}, {"x": 0.1}]
sol = sim.solve(t_eval, inputs=inputs)

Expand Down

0 comments on commit c30f82b

Please sign in to comment.