MCPcopy
hub / github.com/pydata/xarray / test_to_offset_sub_annual

Function test_to_offset_sub_annual

xarray/tests/test_cftime_offsets.py:254–255  ·  view source on GitHub ↗
(freq, expected)

Source from the content-addressed store, hash-verified

252)
253@pytest.mark.filterwarnings("ignore::FutureWarning") # Deprecation of "M" etc.
254def test_to_offset_sub_annual(freq, expected):
255 assert to_offset(freq) == expected
256
257
258_ANNUAL_OFFSET_TYPES = {

Callers

nothing calls this directly

Calls 1

to_offsetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…