~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/parallel_tests/madevent_comparator.py

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
                            break
556
556
                output['cross_'+name] = str(cross)
557
557
            else:
558
 
                for line in file(filepath):
 
558
                for line in open(filepath):
559
559
                    splitline=line.split()
560
560
                    #if len(splitline)==8:
561
561
                    output['cross_'+name]=splitline[0]