Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jul 9, 2024
1 parent b7c0365 commit eda1d74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xarray/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3562,6 +3562,9 @@ def test_plot1d_lines_facetgrid_legend() -> None:
2.449489742783178,
]
np.testing.assert_allclose(expected_size, actual_size)


@requires_matplotlib
def test_9155() -> None:
# A test for types from issue #9155

Expand Down

0 comments on commit eda1d74

Please sign in to comment.