Skip to content

Commit

Permalink
Merge pull request OSOceanAcoustics#793 from OSOceanAcoustics/pre-com…
Browse files Browse the repository at this point in the history
…mit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
leewujung authored Aug 22, 2022
2 parents 218d24b + c53499c commit 828587d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
args: ["docs/source"]

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.1
hooks:
- id: codespell
args: ["--skip=*.ipynb", "-w", "docs/source", "echopype"]
2 changes: 1 addition & 1 deletion echopype/echodata/echodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _harmonize_env_param_time(
):
"""
Harmonize time coordinate between Beam_groupX data and env_params to make sure
the timestamps are broacast correctly in calibration and range calculations.
the timestamps are broadcast correctly in calibration and range calculations.
Regardless of the source, if `p` is an xr.DataArray, the time coordinate name
needs to be `time1` to be consistent with the time coordinate in EchoData["Environment"].
Expand Down

0 comments on commit 828587d

Please sign in to comment.