Browse Source

Fix grouper issue.

master
Lukas Prause 2 years ago
parent
commit
266cfb5e8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cdf_compare.py

+ 1
- 1
cdf_compare.py View File

n.value += 1 n.value += 1


tmp_df = tmp_df.filter( tmp_df = tmp_df.filter(
["srtt", "datetime", "srtt", "payload_size", "congestion_control", "direction"])
["srtt", "datetime", "payload_size", "congestion_control", "direction"])
frame_list.append(tmp_df) frame_list.append(tmp_df)
del tmp_df del tmp_df



Loading…
Cancel
Save