~maddevelopers/mg5amcnlo/3.0.2-alpha0

« back to all changes in this revision

Viewing changes to tests/unit_tests/interface/test_madevent.py

  • Committer: Valentin Hirschi
  • Date: 2012-03-23 14:27:14 UTC
  • Revision ID: spooner@tsf-wpa-3-5183.epfl.ch-20120323142714-bgagyyzgvil27k83
1. Fixed many of the first series of points from Olivier's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    def test_card_type_recognition(self):
35
35
        """Check that the different card are recognize correctly"""
36
36
 
37
 
        card_dir= pjoin(root_path,'..','Template', 'Cards')
 
37
        card_dir= pjoin(root_path,'..','Template/LO', 'Cards')
38
38
 
39
39
        detect = mecmd.MadEventCmd.detect_card_type
40
40