wilson-eft / wilson

A Python package for the running and matching of Wilson coefficients above and below the electroweak scale
https://wilson-eft.github.io
MIT License
26 stars 18 forks source link

Update workflow & fix tests #117

Open DavidMStraub opened 2 weeks ago

DavidMStraub commented 2 weeks ago

This should fix the CI which is also failing in #116.

DavidMStraub commented 2 weeks ago

Apart from the outdated Github actions (trivial change), I also needed to reduce numerical accuracy by 1 decimal place in two tests. Please someone check it's ok before we merge. Thx

DavidMStraub commented 2 weeks ago

There is one which seems to be wrong

>       self.assertAlmostEqual(wc1.dict['CVL_bumunumu'], wc2.dict['CVL_bumunumu'], places=5)
E       AssertionError: (-81.67808727621455-263.89190400400344j) != (-81.845545007-263.840015355j) within 5 places (0.1753126449951992 difference)