~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to tests/input_files/import_vertexlist.py

move ./decay to ./mg5decay; resolve unit tests (n.b. __init__ does not check keys of input dictionaries, followed last revision)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import os
3
3
import math
4
4
import madgraph.core.base_objects as base_objects
5
 
import decay.decay_objects as decay_objects
 
5
import mg5decay.decay_objects as decay_objects
6
6
import madgraph.iolibs.save_model as save_model
7
7
from madgraph import  MG5DIR
8
8