Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
# Don't commit to master branch.
- id: no-commit-to-branch
- repo: https://github.com/psf/black
rev: '22.12.0'
rev: '23.1.0'
hooks:
- id: black
# Force black to run on whole repo, using settings from pyproject.toml
Expand Down
1 change: 1 addition & 0 deletions esmf_regrid/tests/unit/esmf_regridder/test_Regridder.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def test_Regridder_init_small():
With predictable weights it is easier to check that the weights are
associated with the correct indices.
"""

# The following ASCII visualisation describes the source and target grids
# and the indices which ESMF assigns to their cells.
# Analysis of the weights dict returned by ESMF confirms that this is
Expand Down