Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Apr 29, 2024
1 parent a984059 commit f339016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -7135,7 +7135,7 @@ def test_result_as_expected(self) -> None:
def test_error_on_ellipsis_without_list(self) -> None:
da = DataArray([[1, 2], [1, 2]], dims=("x", "y"))
with pytest.raises(ValueError):
da.stack(flat=...) # type: ignore
da.stack(flat=...)


def test_nD_coord_dataarray() -> None:
Expand Down

0 comments on commit f339016

Please sign in to comment.