Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wowtor committed Dec 1, 2023
1 parent 2f4f671 commit 44481c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telcell/utils/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def get_pair_with_rarest_measurement_b(
category count is the number of occurrences of the category from
measurement_b in the track history that is provided.
"""
sorted_pairs = _sort_pairs_based_on_rarest_location(switches, history_track_b, categorize_measurement_for_rarity, max_delay)
sorted_pairs = _sort_pairs_based_on_rarest_location(switches, history_track_b, categorize_measurement_for_rarity,
max_delay)
assert len(sorted_pairs) > 0
return sorted_pairs[0]

Expand Down

0 comments on commit 44481c5

Please sign in to comment.