Searched refs:TelemetryUtilsError (Results 1 – 3 of 3) sorted by relevance
17 class TelemetryUtilsError(Exception): class42 raise TelemetryUtilsError('Supplying max_sample_time_gap requires a '53 raise TelemetryUtilsError('NaN ratio of %.02f '68 raise TelemetryUtilsError('Too many consecutive NaN samples'82 raise TelemetryUtilsError('Excessively long sample gap '94 raise TelemetryUtilsError('Data has no valid readings. Cannot '
25 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,72 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,83 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,94 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,105 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,130 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,144 with self.assertRaisesRegexp(power_telemetry_utils.TelemetryUtilsError,
428 except utils.TelemetryUtilsError as e: