~maddevelopers/mg5amcnlo/2.7.0_gpu

« back to all changes in this revision

Viewing changes to tests/unit_tests/various/test_rambo.py

  • Committer: olivier-mattelaer
  • Date: 2021-09-03 10:10:24 UTC
  • mfrom: (284.2.15 madgraph5)
  • Revision ID: olivier-mattelaer-20210903101024-dbpp3yn80ahjes89
merge with 2.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
        values = wavefunctions.vxxxxx(P, M, NHEL, NRST)
548
548
        self.assertEqual(len(values), len(solution))
549
549
        for i in range(len(values)):
550
 
            self.assertAlmostEqual(values[i], solution[i])    
 
 
b'\\ No newline at end of file'
 
550
            self.assertAlmostEqual(values[i], solution[i])