Comment 2 for bug 1773212

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

Hi,

Thanks for reporting this,

I've just push the fix in the development version.

This will be include in 2.6.3.

Thanks,

Olivier

=== modified file 'madgraph/interface/amcatnlo_interface.py'
--- madgraph/interface/amcatnlo_interface.py 2016-09-01 09:44:05 +0000
+++ madgraph/interface/amcatnlo_interface.py 2018-05-25 13:58:11 +0000
@@ -384,7 +384,7 @@
                 else:
                     for diag_type, get_amps in get_amps_dict.items():
                         self._curr_amps = get_amps()
- self.draw(' '.join(args[1:]), type=diag_type)
+ self.draw(' '.join(args[1:]), Dtype=diag_type)
                 # set _curr_amps back to empty
                 self._curr_amps = diagram_generation.AmplitudeList()