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

Method test_1d_bool

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

Source from the content-addressed store, hash-verified

229 (self.darray[:, 0, 0] + 1j).plot() # type: ignore[call-arg]
230
231 def test_1d_bool(self) -> None:
232 xr.ones_like(self.darray[:, 0, 0], dtype=bool).plot() # type: ignore[call-arg]
233
234 def test_1d_x_y_kw(self) -> None:
235 z = np.arange(10)

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected