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

Function test_series_dropna

xarray/tests/test_cftimeindex.py:752–756  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

750
751@requires_cftime
752def test_series_dropna(index):
753 series = pd.Series([0.0, 1.0, np.nan, np.nan], index=index)
754 expected = series.iloc[:2]
755 result = series.dropna()
756 assert result.equals(expected)
757
758
759@requires_cftime

Callers

nothing calls this directly

Calls 2

dropnaMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…