Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix validity time check for UFO pickle (mg5amcnlo#97)
* In models/import_ufo.py, include models/import_ufo.py itself in the list of files to check pickle validity (see mg5amcnlo#89) * In madgraph/iolibs/files.py, bug fix in pickle validity check: use getmtime instead of getctime (see mg5amcnlo#89) * In models/import_ufo.py and madgraph/iolibs/files.py, remove debug printouts from the patch for mg5amcnlo#89 * In madgraph/iolibs/files.py, go back from getctime to getmtime in pickle validity check as suggested by Olivier, this is enough * In models/import_ufo.py, use __file__ to include models/import_ufo.py itself in the list of files to check pickle validity (see mg5amcnlo#89)
- Loading branch information