MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / input_data_c

Function input_data_c

tests/unit/test_optional_ids.py:64–67  ·  view source on GitHub ↗
(input_data_r)

Source from the content-addressed store, hash-verified

62
63@pytest.fixture
64def input_data_c(input_data_r):
65 return compatibility_convert_row_columnar_dataset(
66 input_data_r, ComponentAttributeFilterOptions.relevant, DatasetType.input
67 )
68
69
70@pytest.fixture(params=["input_data_r", "input_data_c"])

Callers

nothing calls this directly

Tested by

no test coverage detected