Open DavidMStraub opened 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
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)
This should fix the CI which is also failing in #116.