~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to tests/integration/test_simulation/test_tof/test_tof.py

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        return_code = run_plotter(input_root, output_root)
86
86
        self.assertEqual(return_code, 0)
87
87
        plotname = "tof01"
88
 
        kthresh = 0.8
 
88
        kthresh = 1e-3
89
89
        return_code = compare_plots(plotname)
90
90
        self.assert_(return_code > kthresh)
91
91