diff Syncopation models/parameter_setter.py @ 32:273450d5980a

tested parameter setting.
author csong <csong@eecs.qmul.ac.uk>
date Sun, 12 Apr 2015 23:23:32 +0100
parents 5de1cb45c145
children f5abd2e8cafe
line wrap: on
line diff
--- a/Syncopation models/parameter_setter.py	Sun Apr 12 22:43:55 2015 +0100
+++ b/Syncopation models/parameter_setter.py	Sun Apr 12 23:23:32 2015 +0100
@@ -109,7 +109,7 @@
 		return isValid
 
 
-	if is_Lmax_valid() and is_weight_sequence_valid():
+	if is_weight_sequence_valid() and is_Lmax_valid():
 		return True
 	else:
 		return False