Skip to content

Commit 895908f

Browse files
autocompile was missing for pythia8
1 parent 0b6ae73 commit 895908f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

smodels/tools/pythia8Wrapper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ def run(self, slhaFile, lhefile=None, unlink=True):
173173
:returns: List of cross sections
174174
175175
"""
176+
if self.maycompile:
177+
self.checkInstallation( compile = True )
178+
print ( f"@@X running", self.maycompile )
176179
# Change pythia configuration file, if defined:
177180
if self.pythiacard:
178181
pythiacard_default = self.cfgfile

0 commit comments

Comments
 (0)