Changeset 6428 for branches/numpy/anuga/shallow_water/test_data_manager.py
- Timestamp:
- Feb 27, 2009, 11:54:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/shallow_water/test_data_manager.py
r6410 r6428 2795 2795 # Invoke interpolation for vertex points 2796 2796 points = num.concatenate( (x[:,num.newaxis],y[:,num.newaxis]), axis=1 ) 2797 points = num.ascontiguousarray(points) 2797 2798 sww2pts(self.domain.get_name(), 2798 2799 quantity = 'elevation', … … 10908 10909 domain.set_quantity('xmomentum', uh) 10909 10910 domain.set_boundary( {'left': Bd, 'right': Bd, 'top': Br, 'bottom': Br}) 10910 10911 10911 for t in domain.evolve(yieldstep=1, finaltime = t_end): 10912 10912 pass … … 11337 11337 if __name__ == "__main__": 11338 11338 suite = unittest.makeSuite(Test_Data_Manager,'test') 11339 #suite = unittest.makeSuite(Test_Data_Manager,'test_get_maximum_inundation')11340 11339 11341 11340 # FIXME (Ole): This is the test that fails under Windows
Note: See TracChangeset
for help on using the changeset viewer.