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

Function dict_params

tests/unit/utils.py:230–232  ·  view source on GitHub ↗
(params: dict[Any, str], **kwargs)

Source from the content-addressed store, hash-verified

228
229
230def dict_params(params: dict[Any, str], **kwargs):
231 for value, param_id in params.items():
232 yield pytest.param(value, **kwargs, id=param_id)
233
234
235def import_case_data(data_path: Path, calculation_type: str, sym: bool):

Callers

nothing calls this directly

Calls 1

paramMethod · 0.80

Tested by

no test coverage detected