Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2024
1 parent 972e9fb commit 38e66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_interp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,4 +1166,4 @@ def test_interp_vectorized_shared_dims(chunk):
dims=("t", "u"),
coords={"u": [45, 55], "t": [10, 12], "x": dx, "y": dy},
)
assert_identical(actual, expected)
assert_identical(actual, expected)

0 comments on commit 38e66fc

Please sign in to comment.