瀏覽代碼

modify save location of diff.csv

master
Ellis Huntingmoon 4 年之前
父節點
當前提交
64f30c427a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      kpi.py

+ 1
- 1
kpi.py 查看文件

@@ -133,7 +133,7 @@ def dist():
133 133
     #print(norm['stroke_count'].unique())
134 134
     #print(norm)
135 135
     diff_csv = norm[['frame','diff_diff']]
136
-    diff_csv.to_csv('./diff.csv')
136
+    diff_csv.to_csv(os.path.join(file_path, 'diff.csv'))
137 137
     #plt.plot(norm['frame'],norm['diff_diff'])
138 138
     #plt.savefig('./diff_diff.png')    
139 139
 

Loading…
取消
儲存