Changeset 1889
- Timestamp:
- Oct 10, 2005, 4:36:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/test_least_squares.py
r1888 r1889 1545 1545 import os 1546 1546 status = os.system('python least_squares.py q q q e n 0.9 n') 1547 self.failUnless(status == 1, 1547 #print "status", status 1548 self.failUnless(status/255 == 1, 1548 1549 'command prompt least_squares.py failed. Incorect exit status.') 1549 1550
Note: See TracChangeset
for help on using the changeset viewer.