Changeset 1890


Ignore:
Timestamp:
Oct 10, 2005, 4:41:15 PM (19 years ago)
Author:
duncan
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_least_squares.py

    r1889 r1890  
    15451545        import os
    15461546        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,
    15491548                        'command prompt least_squares.py failed.  Incorect exit status.')
    15501549       
Note: See TracChangeset for help on using the changeset viewer.