~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/unit_tests/loop/test_loop_exporters.py

  • Committer: olivier-mattelaer
  • Date: 2020-08-21 09:16:56 UTC
  • mfrom: (284.2.24 python3)
  • Revision ID: olivier-mattelaer-20200821091656-iizux2mj94tkssuo
pass to 2.8.0 (and move to python3 branch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
"""Unit test library for the various properties of objects in 
17
17
   loop_helas_objects.py"""
18
18
 
 
19
from __future__ import absolute_import
19
20
import copy
20
21
import math
21
22
import os
160
161
                               'SubProc_prefix': 'P',
161
162
                               'compute_color_flows': False})
162
163
        else:
163
 
            raise MadGraph5Error, 'Exporter with nickname '+\
164
 
                                          '%s not implemented'%exporter_name
 
164
            raise MadGraph5Error('Exporter with nickname '+\
 
165
                                          '%s not implemented'%exporter_name)
165
166
        return self.loop_exporters[exporter_name]
166
167
 
167
168
    def load_IOTestsUnit(self):