Skip to content
Snippets Groups Projects

Sc209/dropdown menus

Merged Ghost User requested to merge SC209/dropdown-menus into review-window
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -155,6 +155,8 @@ class CSVWriter(FileWriter):
('mistakes.csv' or delay.csv')
"""
print(path)
results.sort_values(by=['participant', 'video', 'condition'],
inplace=True)
results.to_csv(path + '/' + result_type)
def _participant_path(self, dir, key):
Loading