Ignore:
Timestamp:
Nov 19, 2004, 12:13:15 PM (20 years ago)
Author:
ole
Message:

Removed old print statements polluting the output from
unit testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_cg_solve.py

    r596 r599  
    103103
    104104        # Convert to csr format
    105         print 'start covert'
     105        #print 'start covert'
    106106        A = Sparse_CSR(A)
    107         print 'finish covert'
     107        #print 'finish covert'
    108108        b = A*xe
    109109        x = conjugate_gradient(A,b,b,iprint=20)
Note: See TracChangeset for help on using the changeset viewer.