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