MCPcopy Index your code
hub / github.com/pydata/xarray / test_everything_plotted

Method test_everything_plotted

xarray/tests/test_plot.py:1922–1924  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1920 assert isinstance(artist, mpl.collections.QuadMesh)
1921
1922 def test_everything_plotted(self) -> None:
1923 artist = self.plotmethod()
1924 assert artist.get_array().size == self.darray.size
1925
1926 @pytest.mark.slow
1927 def test_2d_coord_names(self) -> None:

Callers

nothing calls this directly

Calls 1

get_arrayMethod · 0.45

Tested by

no test coverage detected