Changeset 9487
- Timestamp:
- Jan 22, 2015, 2:46:04 PM (10 years ago)
- Location:
- trunk/anuga_core/source/anuga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/alpha_shape/test/test_alpha_shape.py
r9467 r9487 169 169 # The test was breaking when test_all at the inundation level was running 170 170 # was running it. issue - not running the test in this directory 171 def Bad_test_alpha_stand_alone(self):171 def FIXtest_alpha_stand_alone(self): 172 172 #print "test_alpha_stand_alone" 173 173 import os -
trunk/anuga_core/source/anuga/operators/test/test_kinematic_viscosity_operator.py
r9445 r9487 3 3 from anuga import Quantity 4 4 from anuga import Dirichlet_boundary 5 from kinematic_viscosity_operator import Kinematic_viscosity_operator5 from anuga.operators.kinematic_viscosity_operator import Kinematic_viscosity_operator 6 6 7 7 import numpy as num
Note: See TracChangeset
for help on using the changeset viewer.