Changeset 9566 for trunk/anuga_core/source/anuga/shallow_water
- Timestamp:
- Jan 31, 2015, 11:47:13 PM (10 years ago)
- Location:
- trunk/anuga_core/source/anuga/shallow_water/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/tests/test_data_manager.py
r9550 r9566 62 62 63 63 # use helper methods from other unit test 64 from anuga.file.test .test_mux import Test_Mux64 from anuga.file.tests.test_mux import Test_Mux 65 65 66 66 -
trunk/anuga_core/source/anuga/shallow_water/tests/test_shallow_water_domain.py
r9562 r9566 7240 7240 7241 7241 # Large test set revealed one problem 7242 points_file = os.path.join(path, 'test ', 'data', 'test_points_large.csv')7242 points_file = os.path.join(path, 'tests', 'data', 'test_points_large.csv') 7243 7243 7244 7244 domain.set_quantity('elevation', filename=points_file, … … 7254 7254 7255 7255 # Small test set revealed another problem 7256 points_file = os.path.join(path, 'test ', 'data', 'test_points_small.csv')7256 points_file = os.path.join(path, 'tests', 'data', 'test_points_small.csv') 7257 7257 try: 7258 7258 domain.set_quantity('elevation', filename=points_file,
Note: See TracChangeset
for help on using the changeset viewer.