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

Function row_data

tests/unit/test_internal_utils.py:872–873  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

870
871@pytest.fixture(params=["row_dense_data", "row_sparse_data"])
872def row_data(request):
873 return request.getfixturevalue(request.param)
874
875
876def compare_row_data(actual_row_data, desired_row_data):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected