Commit ae3af8d2 authored by rico.liu's avatar rico.liu

5

parent 9e7618f4
......@@ -635,7 +635,7 @@ def save_collect_data_info(path,std_value_dict):
unnecessary_single_df = single_df[single_df['filter'] == '0'].fillna("无该参数信息")
for index,row in necessary_single_df.iterrows():
id_ = str(id_)
id_ = int(id_)
params = row['param']
if params == 'CPU型号':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment