Changeset 6675
- Timestamp:
- Apr 1, 2009, 1:06:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/culvert_flows/test_culvert_routines.py
r6624 r6675 19 19 20 20 21 def test_boyd_ 1(self):22 """test_boyd_ 121 def test_boyd_0(self): 22 """test_boyd_0 23 23 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 25 26 """ 26 # FIXME(Ole): This test fails (20 Feb 2009) 27 27 28 28 g=9.81 29 29 culvert_slope=0.1 # Downward … … 67 67 68 68 69 def test_boyd_2(self):70 """test_boyd_ 269 def Xtest_boyd_00(self): 70 """test_boyd_00 71 71 72 72 This tests the Boyd routine with data obtained from ??? by Petar Milevski … … 108 108 109 109 #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) 111 111 #assert num.allclose(v, 0.93) 112 112 #assert num.allclose(d, 0.0)
Note: See TracChangeset
for help on using the changeset viewer.