Noah преди 4 години
родител
ревизия
878b2081e6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/thema-gen

+ 1 - 1
src/thema-gen

@@ -48,7 +48,7 @@ function_list = [
     ]
 
 def first_equals_last_pitch(input_list):
-    is_same_pitch = not(bool(interval(fix_temp(input_list[0]), fix_temp(input_list[-1]))))
+    is_same_pitch = not(bool(interval(input_list[0], input_list[-1])))
     return is_same_pitch
 
 """copy over function_list and start main loop that stops when every post