~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/reduce/ReducePyKLPlot/test_ReducePyKLPlot.py

  • Committer: Christopher Hunt
  • Date: 2015-06-18 14:48:59 UTC
  • mfrom: (697.69.1 merge)
  • mto: (697.69.2 merge_hunt)
  • mto: This revision was merged to the branch mainline in revision 708.
  • Revision ID: christopher.hunt08@imperial.ac.uk-20150618144859-rki5ma1lv8722w41
Merged in latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        Invoke "death".
114
114
        @param self Object reference.
115
115
        """
116
 
        success = self.__reducer.death()
117
 
        if success != None:
118
 
            raise Exception('Test tearDown failed', 'reducer.death() failed')
119
 
        
 
116
        #success = self.__reducer.death()
 
117
        #if success != None:
 
118
            #raise Exception('Test tearDown failed', 'reducer.death() failed')
 
119
 
120
120
if __name__ == '__main__':
121
121
    unittest.main()