respace.ResultSet.compute#

ResultSet.compute(res_name: str, params: Mapping[str, Hashable], **add_kwargs: dict[str, Any]) Any[source]#

Compute result res_name for set of parameters params.

Parameters:
res_namestr

Name of the result to compute.

paramsParamsSingleValue

Dictionary of parameters for which to perform the computation.

**add_kwargsdict[str, Any]

Additional keyword arguments to pass to res_name’s computing function, like external data for instance.

Returns:
result valueAny