respace.ResultSet.set#
- ResultSet.set(res_name: str, value: Any, params: Mapping[str, Hashable], compute_time: float = nan) None[source]#
Set value value for result res_name for set of parameters params.
- Parameters:
- res_namestr
Name of the result to set.
- valueAny
Value of the result to set.
- paramsParamsSingleValue
Dictionary of parameters for which to set the result.
- compute_timefloat
Time taken to compute this value, left as numpy.nan if unspecified.