Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmis committed Oct 20, 2023
1 parent 23db813 commit da4f862
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def map_fetched_to_injected_flights(
injected_flights, observed_flights
)

# TODO: a better approach here would be to separately map flights URL to participant IDs based on all TelemetryMapping encountered, and set retroactively the participant ID on all queries
for mapping in tel_mapping.values():
if mapping.observed_flight.query.participant_id is None:
mapping.observed_flight.query.set_participant_id(
Expand Down

0 comments on commit da4f862

Please sign in to comment.