Ignore:
Timestamp:
Apr 12, 2006, 2:28:05 PM (18 years ago)
Author:
ole
Message:

Added algorithm for boundary_polygon in the presence of
multiple vertex coordinates. Also tested that new fit_interpolate
can use this new version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_shallow_water.py

    r2620 r2709  
    30403040
    30413041
    3042         #Create an triangle shaped domain (reusing coordinates from domain 1),
     3042        #Create a triangle shaped domain (reusing coordinates from domain 1),
    30433043        #formed from the lower and right hand  boundaries and
    30443044        #the sw-ne diagonal
     
    33763376if __name__ == "__main__":
    33773377    suite = unittest.makeSuite(Test_Shallow_Water,'test')
    3378     runner = unittest.TextTestRunner()
     3378    runner = unittest.TextTestRunner(verbosity=1)   
    33793379    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.