Changeset 2667


Ignore:
Timestamp:
Apr 6, 2006, 11:16:47 AM (18 years ago)
Author:
ole
Message:

More testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/utilities/test_cg_solve.py

    r2662 r2667  
    4848            pass
    4949        else:
    50             raise 'Should have raised exception'
     50            msg = 'Should have raised exception'
     51            raise msg           
    5152
    5253
     
    176177        try:
    177178            x = conjugate_gradient(A,xe,xe,iprint=0)
    178         except:
     179        except VectorShapeError:
    179180            pass
    180181        else:
Note: See TracChangeset for help on using the changeset viewer.