Skip to content

Commit

Permalink
Return None
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijom committed Aug 31, 2021
1 parent 1787bb5 commit 39cffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_computation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ def test_covcorr_consistency(da_a, da_b, dim) -> None:
], # TODO: arrays 5 and 6 make errors, why ?
)
@pytest.mark.parametrize("dim", [None, "time", "x"])
def test_corr_lazycorr_consistency(da_a, da_b, dim):
def test_corr_lazycorr_consistency(da_a, da_b, dim) -> None:
da_al = da_a.chunk()
da_bl = da_b.chunk()
c_abl = xr.corr(da_al, da_bl)
Expand Down

0 comments on commit 39cffd1

Please sign in to comment.