Skip to content

Commit

Permalink
Plot multi-pair pt2pt bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 14, 2019
1 parent 3dfae1f commit 4be6eea
Show file tree
Hide file tree
Showing 2 changed files with 1,121 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/osu_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read_osu_log(filename, skiprows=3):
filename, index_col=0, squeeze=True, names=['size', None],
delim_whitespace=True, skiprows=skiprows, header=None
)
return df
return df.iloc[:,:1] # only keep two columns


def read_osu_log_multi(filename_list, columns=None, **kwargs):
Expand Down
Loading

0 comments on commit 4be6eea

Please sign in to comment.