Skip to content

Commit

Permalink
Fix references format in CC docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Oct 24, 2023
1 parent c0904a1 commit 1188785
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ @article{bastankhah_2021
publisher={Cambridge University Press},
author={Bastankhah, Majid and Welch, Bridget L. and Martínez-Tossas, Luis A. and King, Jennifer and Fleming, Paul},
year={2021},
pages={A53}}
pages={A53}
}

@Article{bay_2022,
AUTHOR = {Bay, C. J. and Fleming, P. and Doekemeijer, B. and King, J. and Churchfield, M. and Mudafort, R.},
Expand Down
12 changes: 6 additions & 6 deletions floris/simulation/wake_velocity/cumulative_gauss_curl.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
class CumulativeGaussCurlVelocityDeficit(BaseModel):
"""
The cumulative curl model is an implementation of the model described in
:cite:`gdm-bay_2022`, which itself is based on the cumulative model of
:cite:`bastankhah_2021`
:cite:`cc-bay_2022`, which itself is based on the cumulative model of
:cite:`cc-bastankhah_2021`.
References:
.. bibliography:: /references.bib
:style: unsrt
:filter: docname in docnames
:keyprefix: gdm-
.. bibliography:: /references.bib
:style: unsrt
:filter: docname in docnames
:keyprefix: cc-
"""

a_s: float = field(default=0.179367259)
Expand Down

0 comments on commit 1188785

Please sign in to comment.