Skip to content

Commit

Permalink
Correct docstring select_inds_for_avail_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
vindelico authored Dec 5, 2023
1 parent 0a2f292 commit 256a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xscen/indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def select_inds_for_avail_vars(
ds : xr.Dataset
Dataset to use for the indicators.
indicators : Union[str, os.PathLike, Sequence[Indicator], Sequence[Tuple[str, Indicator]]]
Path to a YAML file that instructs on how to calculate missing variables.
Path to a YAML file that instructs on how to calculate indicators.
Can also be only the "stem", if translations and custom indices are implemented.
Can be the indicator module directly, or a sequence of indicators or a sequence of
tuples (indicator name, indicator) as returned by `iter_indicators()`.
Expand Down

0 comments on commit 256a333

Please sign in to comment.