Ignore:
Timestamp:
Nov 19, 2009, 5:23:52 PM (14 years ago)
Author:
steve
Message:

Updating the balanced and parallel code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/culvert_flows/test_culvert_class.py

    r7497 r7562  
    124124       
    125125
     126    os.remove('Test_culvert_shallow.sww')
    126127
    127128class Test_Culvert(unittest.TestCase):
     
    243244        assert min_delta_w < 0
    244245        assert max_delta_w > 10       
    245        
     246
     247
     248        os.remove('Test_culvert.sww')
    246249
    247250    def test_that_culvert_dry_bed_rating_does_not_produce_flow(self):
     
    346349
    347350   
    348 
     351        os.remove('Test_culvert_dry.sww')
    349352       
    350353    def test_that_culvert_flows_conserves_volume(self):
Note: See TracChangeset for help on using the changeset viewer.