changeset 1601:1c7cd4613a96

Editing permissions of scripts for Windows machines.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 01 Jun 2015 08:55:53 +0100
parents f6b460388e3c
children bd8ff11586e7 1365362c12d5 bc178ec0e3b1 4a14c8a65af2
files scripts/comment_parser.py scripts/score_boxplot.py scripts/score_individual.py scripts/score_parser.py
diffstat 4 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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...
+
--- 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
+
--- 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
+
--- 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)
+