~mg5core1/mg5amcnlo/2.6.7

« back to all changes in this revision

Viewing changes to madgraph/various/systematics.py

  • Committer: olivier-mattelaer
  • Date: 2019-09-13 14:04:58 UTC
  • Revision ID: olivier-mattelaer-20190913140458-5ilmavms0mv5dhu0
change some default of the run_card and fix some tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
                    text +="<weightgroup name=\"%s\" combine=\"%s\"> # %s: %s\n" %\
578
578
                            (pdfset.name, pdfset.errorType,pdfset.lhapdfID, descrip)
579
579
                    in_pdf=pdfset.lhapdfID 
580
 
                elif in_pdf and pdf.lhapdfID - pdf.memberID != in_pdf:)
 
580
                elif in_pdf and pdf.lhapdfID - pdf.memberID != in_pdf:
581
581
                    text += "</weightgroup> # PDFSET -> PDF\n"
582
582
                    in_pdf = False 
583
583
            elif in_pdf: