# HG changeset patch # User Nicholas Jillings # Date 1433145353 -3600 # Node ID 97ebdb6b266a3adeb7af421043e56032f863bcf5 # Parent 52a42d24a3eb9e46ea99d5699829ba493e07aa29 Editing permissions of scripts for Windows machines. diff -r 52a42d24a3eb -r 97ebdb6b266a scripts/comment_parser.py --- a/scripts/comment_parser.py Mon Jun 01 08:38:31 2015 +0100 +++ b/scripts/comment_parser.py Mon Jun 01 08:55:53 2015 +0100 @@ -34,4 +34,5 @@ #TODO Replace 'new line' with something else? - #TODO 'Append' means duplicate entries if run several times... \ No newline at end of file + #TODO 'Append' means duplicate entries if run several times... + diff -r 52a42d24a3eb -r 97ebdb6b266a scripts/score_boxplot.py --- a/scripts/score_boxplot.py Mon Jun 01 08:38:31 2015 +0100 +++ b/scripts/score_boxplot.py Mon Jun 01 08:55:53 2015 +0100 @@ -67,4 +67,5 @@ plt.show() #exit() - #TODO Save output automatically \ No newline at end of file + #TODO Save output automatically + diff -r 52a42d24a3eb -r 97ebdb6b266a scripts/score_individual.py --- a/scripts/score_individual.py Mon Jun 01 08:38:31 2015 +0100 +++ b/scripts/score_individual.py Mon Jun 01 08:55:53 2015 +0100 @@ -55,4 +55,5 @@ plt.show() #exit() - #TODO Save output automatically \ No newline at end of file + #TODO Save output automatically + diff -r 52a42d24a3eb -r 97ebdb6b266a scripts/score_parser.py --- a/scripts/score_parser.py Mon Jun 01 08:38:31 2015 +0100 +++ b/scripts/score_parser.py Mon Jun 01 08:55:53 2015 +0100 @@ -93,4 +93,5 @@ ratingrow.append('') # append empty cell # write row: [subject ID, rating fragment ID 1, ..., rating fragment ID M] - filewriter.writerow(ratingrow) \ No newline at end of file + filewriter.writerow(ratingrow) +