diff Code/taste_profile_cleaning.py @ 42:a4dfbc53a162

Delete unnecesary spaces
author Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk>
date Mon, 21 Nov 2016 00:08:16 -0500
parents 1de207a22c1a
children
line wrap: on
line diff
--- a/Code/taste_profile_cleaning.py	Sun Nov 20 23:47:31 2016 -0500
+++ b/Code/taste_profile_cleaning.py	Mon Nov 21 00:08:16 2016 -0500
@@ -41,15 +41,15 @@
     """
     Delete triplets with songIDs mismatches and unavailable audio clips from
     7Digital (UK)
-    
+
     This is applied on Taste Profile subset.
-    
+
     :type zippedfile: string
     :param zippedfile: filename of the downloaded subset
-    
+
     :type mismatchesfile: string
     :param mismatchesfile: filename of the downloaded list of mismatches
-    
+
     """
     tripletsfile = unzip_tasteprofile(zippedfile)
     mismatches = read_songid_mismatches(mismatchesfile)