Changeset 6675


Ignore:
Timestamp:
Apr 1, 2009, 1:06:56 PM (15 years ago)
Author:
ole
Message:

Renamed old culvert tests

File:
1 edited

Legend:

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

    r6624 r6675  
    1919
    2020
    21     def test_boyd_1(self):
    22         """test_boyd_1
     21    def test_boyd_0(self):
     22        """test_boyd_0
    2323       
    24         This tests the Boyd routine with data obtained from ??? by Petar Milevski   
     24        This tests the Boyd routine with data obtained from ??? by Petar Milevski
     25        This test is the only one that passed in late February 2009
    2526        """
    26         # FIXME(Ole): This test fails (20 Feb 2009)
    27 
     27     
    2828        g=9.81
    2929        culvert_slope=0.1  # Downward
     
    6767       
    6868
    69     def test_boyd_2(self):
    70         """test_boyd_2
     69    def Xtest_boyd_00(self):
     70        """test_boyd_00
    7171       
    7272        This tests the Boyd routine with data obtained from ??? by Petar Milevski   
     
    108108       
    109109        #print Q, v, d
    110         #assert num.allclose(Q, 0.185, rtol=1.0e-3)
     110        assert num.allclose(Q, 0.185, rtol=1.0e-3)
    111111        #assert num.allclose(v, 0.93)
    112112        #assert num.allclose(d, 0.0)
Note: See TracChangeset for help on using the changeset viewer.