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

Method test_plot_nans

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

Source from the content-addressed store, hash-verified

945
946 @pytest.mark.slow
947 def test_plot_nans(self) -> None:
948 self.darray[0, 0, 0] = np.nan
949 self.darray.plot.hist() # type: ignore[call-arg]
950
951 def test_hist_coord_with_interval(self) -> None:
952 (

Callers

nothing calls this directly

Calls 1

histMethod · 0.80

Tested by

no test coverage detected