Skip to content

Commit

Permalink
pybamm-team#1110 fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Jul 24, 2020
1 parent d06c7f8 commit d7165f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/DFN.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# solve model
t_eval = np.linspace(0, 3600, 100)
solver = pybamm.CasadiSolver(atol=1e-6, rtol=1e-3)
solution = solver.solve(model, t_eval, inputs={"eps_n": 0.3})
solution = solver.solve(model, t_eval)

# plot
plot = pybamm.QuickPlot(
Expand Down

0 comments on commit d7165f4

Please sign in to comment.