Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ test_plot_nans
Method
test_plot_nans
xarray/tests/test_plot.py:801–803 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
799
800
@pytest.mark.slow
801
def
test_plot_nans(self) -> None:
802
self.darray[1] = np.nan
803
self.darray.plot.line()
804
805
def
test_dates_are_concise(self) -> None:
806
import
matplotlib.dates
as
mdates
Callers
nothing calls this directly
Calls
1
line
Method · 0.45
Tested by
no test coverage detected