Changeset 7844
- Timestamp:
- Jun 15, 2010, 10:47:44 PM (14 years ago)
- Location:
- trunk/anuga_core/source/anuga/shallow_water
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water
-
Property
svn:ignore
set to
.python_cache
-
Property
svn:ignore
set to
-
trunk/anuga_core/source/anuga/shallow_water/test_forcing.py
r7814 r7844 10 10 11 11 import numpy as num 12 import warnings 12 13 13 14 … … 681 682 """ 682 683 684 import warnings 685 warnings.simplefilter('ignore', UserWarning) 686 687 683 688 a = [0.0, 0.0] 684 689 b = [0.0, 2.0] … … 748 753 749 754 # FIXME(Ole): This test is just to experiment 755 import warnings 756 warnings.simplefilter('ignore', UserWarning) 757 750 758 751 759 a = [0.0, 0.0] … … 803 811 This test checks that proper exception is thrown when no default_rate is set 804 812 """ 813 814 import warnings 815 warnings.simplefilter('ignore', UserWarning) 805 816 806 817
Note: See TracChangeset
for help on using the changeset viewer.