Skip to content

Commit

Permalink
FIX: fix line too long workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-truyen committed Jun 19, 2024
1 parent b5771a4 commit 2979151
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions smash/core/signal_analysis/metrics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def metrics(
defined in `Model.setup`.
.. note::
If not given, the start of evaluation period will be defined as the start time in `Model.setup`.
If not given, the start of evaluation period will be defined as
the start time in `Model.setup`.
end_eval : `str`, `pandas.Timestamp` or None, default None
The end of the evaluation period.
Expand All @@ -61,12 +62,14 @@ def metrics(
defined in `Model.setup`.
.. note::
If not given, the end of evaluation period will be defined as the end time in `Model.setup`.
If not given, the end of evaluation period will be defined as
the end time in `Model.setup`.
Returns
-------
metrics : `numpy.ndarray`
An array of shape *(m, n)* representing the computed metrics for *m* catchments and *n* evaluation criteria.
An array of shape *(m, n)* representing the computed metrics for *m* catchments
and *n* evaluation criteria.
Examples
--------
Expand Down

0 comments on commit 2979151

Please sign in to comment.