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

Function test_closed_label_defaults

xarray/tests/test_cftimeindex_resample.py:216–218  ·  view source on GitHub ↗
(freq, expected)

Source from the content-addressed store, hash-verified

214 ],
215)
216def test_closed_label_defaults(freq, expected) -> None:
217 assert CFTimeGrouper(freq=freq).closed == expected
218 assert CFTimeGrouper(freq=freq).label == expected
219
220
221@pytest.mark.filterwarnings("ignore:Converting a CFTimeIndex")

Callers

nothing calls this directly

Calls 1

CFTimeGrouperClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…