Skip to content

Commit

Permalink
fix robin refs
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Dec 9, 2024
1 parent aef3091 commit ea142b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,17 @@ @article{agbazo_characterizing_2020
pages = {3868--3884},
}

@article{robin_2019,
author = {Robin, Y. and Vrac, M. and Naveau, P. and Yiou, P.},
title = {Multivariate stochastic bias corrections with optimal transport},
journal = {Hydrology and Earth System Sciences},
volume = {23},
year = {2019},
number = {2},
pages = {773--786},
url = {https://hess.copernicus.org/articles/23/773/2019/},
doi = {10.5194/hess-23-773-2019}
}

@misc{robin_2021,
title = {{SBCK}: {Statistical} {Bias} {Correction} {Kit}},
Expand Down
4 changes: 2 additions & 2 deletions src/xsdba/_adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def _otc_adjust(
References
----------
:cite:cts:`sdba-robin_2021`
:cite:cts:`robin_2021`
"""
# Initialize parameters
if bin_width is None:
Expand Down Expand Up @@ -1197,7 +1197,7 @@ def _dotc_adjust(
References
----------
:cite:cts:`sdba-robin_2021`
:cite:cts:`robin_2021`
"""
# Initialize parameters
if isinstance(bin_width, dict):
Expand Down

0 comments on commit ea142b3

Please sign in to comment.