# HG changeset patch
# User Paulo Chiliguano
# Date 1479704896 18000
# Node ID a4dfbc53a162f4b5093bc1116fb3f9ea1be1f01c
# Parent 1de207a22c1a245dea10ce80cafda564c2321788
Delete unnecesary spaces
diff -r 1de207a22c1a -r a4dfbc53a162 Code/taste_profile_cleaning.py
--- 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)