Skip to content

Commit

Permalink
fix last commit missing
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengkun committed Aug 25, 2021
1 parent 0611295 commit 1696630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybamm/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def read_citations(self):
citation = ""
start = True

# add the final citation
self._all_citations[key] = citation
# add the final citation
self._all_citations[key] = citation

def register(self, key):
"""Register a paper to be cited. The intended use is that :meth:`register`
Expand Down

0 comments on commit 1696630

Please sign in to comment.