~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to tests/acceptance_tests/test_cmd_amcatnlo.py

  • Committer: olivier Mattelaer
  • Date: 2016-06-09 23:51:14 UTC
  • mfrom: (262.9.33 2.4.1_new)
  • Revision ID: olivier.mattelaer@uclouvain.be-20160609235114-saz2i0eou1az8lsv
pass to 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
906
906
                break
907
907
        #      Run at p-p collider (6500 + 6500 GeV)
908
908
        self.assertTrue('Run at p-p collider (6500.0 + 6500.0 GeV)' in data[i+1])
909
 
        cross_section = data[i+3]
 
909
        cross_section = data[i+2]
910
910
        cross_section = float(cross_section.split(':')[1].split('+-')[0])
911
911
        try:
912
912
            # By default run to 1% precision: set delta=120 for ~2sigma effect.