~mg5core1/mg5amcnlo/2.6.4

« back to all changes in this revision

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

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