Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Po-Chedley <[email protected]>
  • Loading branch information
tomvothecoder and pochedls authored Feb 16, 2024
1 parent e749d36 commit fb0f80e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xcdat/bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ def add_missing_bounds( # noqa: C901
``"time_bnds"`` and ``ds.time_bnds`` is present in the dataset.
5. For the "T" axis, its coordinates must be composed of datetime-like
objects (``np.datetime64`` or ``cftime``).
* This method general assumes data with time frequencies of annual,
monthly, daily, or sub-daily.
objects (``np.datetime64`` or ``cftime``). This method designed to
operate on time axes that have constant temporal resolution with
annual, monthly, daily, or sub-daily time frequencies. Alternate
frequencies (e.g., pentad) are not supported.
Parameters
----------
Expand Down

0 comments on commit fb0f80e

Please sign in to comment.