~registry/ferari/main

« back to all changes in this revision

Viewing changes to FErari/binary.py

  • Committer: kirby@athanasius
  • Date: 2006-09-05 20:25:08 UTC
  • Revision ID: kirby@athanasius-20060905202508-iwjqptnj09miaf3x
took out some print statements

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
        Adict = {}
340
340
        for i in range( A0.shape[0] ):
341
341
                for j in range( A0.shape[1] ):
342
 
                        print "%.10e" % (max(Numeric.reshape(A0[i,j],(-1,))),)
343
342
                        Adict[i,j] = sigdig.vec_round_sig( \
344
343
                                Numeric.reshape( A0[i,j] , (-1,) ) , 10 )
345
 
                        print "%.10e" % (max( Adict[i,j] ) , )
346
 
                        print
347
344
        p = process( Adict )
348
345
        print cost( p , Adict )
349
346
#    p = snip( p , Adict )