Переглянути джерело

optimize can find the result (sometimes)

Konstantin Ladutenko 7 роки тому
батько
коміт
8d33eec1b9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      phase-encoding-method-of-moments.py

+ 1 - 1
phase-encoding-method-of-moments.py

@@ -297,7 +297,7 @@ time1 = time.time()
 lambdas = GetLambda(mag_sin)
 time2 = time.time()
 print( 'GetLambda took %0.5f s' % ((time2-time1)))
-#print((lambdas))
+print((lambdas))
 U = GetU(lambdas)
 
 sign =""