Skip to content

Commit

Permalink
correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Jul 10, 2024
1 parent 0ace83e commit 96fee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xscen/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def measures_improvement(
Notes
-----
If `dim` is specified, it should be present in every dimension.
If `dim` is specified, it should be present in every variable of `meas_datasets`.
"""
if isinstance(meas_datasets, dict):
meas_datasets = list(meas_datasets.values())
Expand Down

0 comments on commit 96fee6d

Please sign in to comment.