Skip to content

Commit

Permalink
[uss_qualifier] netrid: display_data_evaluator fix failed check descr…
Browse files Browse the repository at this point in the history
…iption (#845)
  • Loading branch information
Shastick authored Nov 14, 2024
1 parent 9be4808 commit c4bdcc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ def _evaluate_normal_sp_observation(
):
check.record_failed(
"Injected and observed vertical accuracy do not match",
details=f"{mapping.injected_flight.uss_participant_id}'s flight with injection ID {mapping.injected_flight.flight.injection_id} in test {mapping.injected_flight.test_id} had telemetry index {mapping.telemetry_index} at {injected_telemetry.timestamp} with vertical accuracy {injected_position.accuracy_v}, but {observer.participant_id} observed vertical accuracy {observed_position.accuracy_v}",
details=f"{mapping.injected_flight.uss_participant_id}'s flight with injection ID {mapping.injected_flight.flight.injection_id} in test {mapping.injected_flight.test_id} had telemetry index {mapping.telemetry_index} at {injected_telemetry.timestamp} with accuracy_v={injected_position.accuracy_v}, but Service Provider reported accuracy_v={observed_position.accuracy_v}",
)

if "accuracy_h" in injected_position:
Expand Down

0 comments on commit c4bdcc8

Please sign in to comment.