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

Method test_can_pass_in_axis

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

Source from the content-addressed store, hash-verified

2201 pytest.skip("does not make sense for surface plots")
2202
2203 def test_can_pass_in_axis(self) -> None:
2204 self.pass_in_axis(self.plotmethod, subplot_kw={"projection": "3d"})
2205
2206 def test_default_cmap(self) -> None:
2207 # Does not make sense for surface plots with default arguments

Callers

nothing calls this directly

Calls 1

pass_in_axisMethod · 0.80

Tested by

no test coverage detected