Explorar el Código

modify save location of diff.csv

master
Ellis Huntingmoon hace 4 años
padre
commit
64f30c427a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      kpi.py

+ 1
- 1
kpi.py Ver fichero

@@ -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…
Cancelar
Guardar