Forráskód Böngészése

optimize can find the result (sometimes)

Konstantin Ladutenko 7 éve
szülő
commit
8d33eec1b9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 =""