Skip to content
Snippets Groups Projects
Commit e2d033d0 authored by Bichen Li's avatar Bichen Li
Browse files

Fix some bugs,support TimeSeries and regular expression

parent d6515b99
No related branches found
No related tags found
No related merge requests found
......@@ -56,4 +56,4 @@ def readsim(file_name,timeseries_names=None, is_regex=False):
timeseries.append(TimeSeries(nameindex[m], 0, value[m + 6]))
flag = False
str_tmp.close()
return dic
return timeseries
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