~mg5core1/mg5amcnlo/2.6.4

« back to all changes in this revision

Viewing changes to tests/unit_tests/loop/test_loop_exporters.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:
53
53
_mgme_file_path = os.path.join(_file_path, os.path.pardir, os.path.pardir,
54
54
                                os.path.pardir)
55
55
_loop_file_path = os.path.join(_file_path, os.path.pardir, os.path.pardir,
56
 
                                os.path.pardir, 'loop_material')
 
56
                                os.path.pardir, 'Template','loop_material')
57
57
_cuttools_file_path = os.path.join(_file_path, os.path.pardir, os.path.pardir,
58
 
                                os.path.pardir, 'loop_material','CutTools')
 
58
                                os.path.pardir, 'vendor','CutTools')
59
59
_proc_file_path = os.path.join(_file_path, 'test_proc')
60
60
 
61
61