comparison scripts/score_parser.py @ 931:6157acacd082

Editing permissions of scripts for Windows machines.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Mon, 01 Jun 2015 08:55:53 +0100
parents ba58cf8d0dbc
children 59eea6eed91b 4a0bfa7bef24
comparison
equal deleted inserted replaced
930:c19c4b0b00fd 931:6157acacd082
92 else: # if this subject has not rated this fragment 92 else: # if this subject has not rated this fragment
93 ratingrow.append('') # append empty cell 93 ratingrow.append('') # append empty cell
94 94
95 # write row: [subject ID, rating fragment ID 1, ..., rating fragment ID M] 95 # write row: [subject ID, rating fragment ID 1, ..., rating fragment ID M]
96 filewriter.writerow(ratingrow) 96 filewriter.writerow(ratingrow)
97