~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to madgraph/interface/amcatnlo_run_interface.py

  • Committer: olivier-mattelaer
  • Date: 2020-03-09 19:05:51 UTC
  • mfrom: (284.1.17 2.7.1)
  • Revision ID: olivier-mattelaer-20200309190551-x8nv2tnob4qmu3om
pass to 2.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
925
925
        self.check_available_module(opt['mother_interface'].options)
926
926
        self.last_mode = opt['mother_interface'].last_mode
927
927
        self.proc_characteristics = opt['mother_interface'].proc_characteristics
928
 
        self.run_card = banner_mod.RunCard(pjoin(self.me_dir,'Cards', 'run_card.dat'))
 
928
        self.run_card = banner_mod.RunCard(pjoin(self.me_dir,'Cards', 'run_card.dat'),
 
929
                                           consistency='warning')
929
930
        super(AskRunNLO,self).__init__(self.to_control, opt['mother_interface'],
930
931
                                     *args, **opt)
931
932