Skip to content

Commit

Permalink
fixing #157 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Apr 6, 2021
1 parent 98d8796 commit de30d91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/exoplanet/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def get_citations_for_model(model=None, width=79):
return "", ""

cite = (
list(CITATIONS["exoplanet"][0])
+ list(CITATIONS["pymc3"][0])
list(CITATIONS["pymc3"][0])
+ list(CITATIONS["theano"][0])
+ list(CITATIONS["arviz"][0])
)
Expand All @@ -61,9 +60,9 @@ def get_citations_for_model(model=None, width=79):

CITATIONS = {
"exoplanet": (
("exoplanet:exoplanet",),
("exoplanet",),
r"""
@misc{exoplanet:exoplanet,
@misc{exoplanet,
author = {Daniel Foreman-Mackey and Arjun Savel and Rodrigo Luger and
Ian Czekala and Eric Agol and Adrian Price-Whelan and
Christina Hedges and Emily Gilbert and Tom Barclay and Luke Bouma
Expand Down

0 comments on commit de30d91

Please sign in to comment.