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

Method data

xarray/tests/test_concat.py:495–499  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

493class TestConcatDataset:
494 @pytest.fixture
495 def data(self, request) -> Dataset:
496 use_extension_array = request.param if hasattr(request, "param") else False
497 return create_test_data(use_extension_array=use_extension_array).drop_dims(
498 "dim3"
499 )
500
501 def rectify_dim_order(self, data: Dataset, dataset) -> Dataset:
502 # return a new dataset with all variable dimensions transposed into

Callers

nothing calls this directly

Calls 2

create_test_dataFunction · 0.85
drop_dimsMethod · 0.45

Tested by

no test coverage detected