iqm.benchmarks.compressive_gst.gst_analysis.result_str_to_floats# iqm.benchmarks.compressive_gst.gst_analysis.result_str_to_floats(result_str: str, err: str) → Tuple[float, float]# Converts formated string results from mgst to float (value, uncertainty) pairs Parameters: result_str (str) – str The value of a result parameter formated as str err (str) – str The error interval of the parameters Returns: floatThe parameter value as floar uncertainty: floatA single uncertainty value Return type: value