Changeset 5117
- Timestamp:
- Mar 4, 2008, 5:06:28 PM (17 years ago)
- Location:
- anuga_core/source/anuga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py
r4957 r5117 1397 1397 msg = 'Time interval should have raised an exception' 1398 1398 raise msg 1399 1399 1400 #Cleanup 1401 os.remove(domain.get_name() + '.' + domain.format) 1402 1400 1403 1401 1404 def test_another_runup_example(self): … … 5235 5238 assert depth['min'] >= 0.0 5236 5239 assert depth['max'] >= 0.0 5240 5241 #Cleanup 5242 os.remove(domain.get_name() + '.' + domain.format) 5237 5243 5238 5244 -
anuga_core/source/anuga/utilities/data_audit_wrapper.py
r5059 r5117 37 37 # Ignore directories 38 38 directories_to_ignore = ['.svn', 'misc', '.metadata'] 39 directories_to_ignore += ['old_pyvolution_documentation']39 #directories_to_ignore += ['old_pyvolution_documentation'] 40 40 41 41
Note: See TracChangeset
for help on using the changeset viewer.