Skip to content
Snippets Groups Projects
Commit a722d7c6 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

removing misplaced character in io_tes

parent 1bf972c6
No related branches found
No related tags found
No related merge requests found
......@@ -326,4 +326,4 @@ class Tes(object):
outlier_idx = keyspace-set(merged["sclk_time"])
outliers = [Tes(tds.data[tds.data['sclk_time'].isin(outlier_idx)], data_set=tds.dataset) for tds in tes_data]
return merged, [tds for tds in outliers if not tds.data.empty]`
return merged, [tds for tds in outliers if not tds.data.empty]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment