Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 20, 2024
1 parent f07c1ae commit cac04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unfair/model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ def get_ack_packets(pkts):
# Find the first index after accept_before_us.
new_end_idx = len(data_pkts) - 1
if accept_before_us is not None:
new_start_idx = find_bound(
new_end_idx = find_bound(
data_pkts[features.ARRIVAL_TIME_FET],
accept_before_us,
0,
Expand Down

0 comments on commit cac04b4

Please sign in to comment.