~maddevelopers/mg5amcnlo/plugin_mode

« back to all changes in this revision

Viewing changes to tests/unit_tests/madweight/test_export_v4.py

  • Committer: olivier Mattelaer
  • Date: 2016-06-27 15:47:26 UTC
  • Revision ID: olivier.mattelaer@uclouvain.be-20160627154726-rb8lvv92gf258w55
fixing some small problem spotted by the tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
    def testIO_modification_to_cuts(self):
289
289
        """ target: cuts.f"""
290
290
        
291
 
        exporter = export_v4.ProcessExporterFortranMW(MG5DIR, self.IOpath)
 
291
        exporter = export_v4.ProcessExporterFortranMW(self.IOpath)
292
292
        strfile = StringIO()
293
293
        exporter.get_mw_cuts_version(strfile)
294
294
        
305
305
        # But force manual inspection at each change of the file
306
306
 
307
307
        
308
 
        
 
 
b'\\ No newline at end of file'
 
308