Skip to content

Commit

Permalink
#613 remove extra print_citations
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Feb 11, 2020
1 parent a4d9b04 commit 6323ae9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/scripts/compare_lithium_ion.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
for i, model in enumerate(models):
solutions[i] = model.default_solver.solve(model, t_eval)

pybamm.print_citations("test_citations.txt")

# plot
plot = pybamm.QuickPlot(solutions)
plot.dynamic_plot()

0 comments on commit 6323ae9

Please sign in to comment.