- Timestamp:
- May 27, 2009, 4:25:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py
r7090 r7105 1616 1616 assert num.allclose(w_t, w) 1617 1617 assert num.allclose(uh_t, uh) 1618 assert num.allclose(vh_t, 0.0 )1618 assert num.allclose(vh_t, 0.0, atol=1.0e-6) 1619 1619 1620 1620 … … 1712 1712 assert num.allclose(w_t, w) 1713 1713 assert num.allclose(uh_t, uh) 1714 assert num.allclose(vh_t, 0.0 )1714 assert num.allclose(vh_t, 0.0, atol=1.0e-6) 1715 1715 1716 1716
Note: See TracChangeset
for help on using the changeset viewer.