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 19 forks source link

Fix calling _set_cache() #110

Closed alekssmolkovic closed 7 months ago

alekssmolkovic commented 8 months ago

This PR provides a minor correction to the match_run function in the class Wilson. In the case when eft == 'WET-3' and wet.eft == 'WET-4', return was previously called before the _set_cache() function, so that the latter was actually never called. This PR fixes this by calling return after _set_cache().

dvandyk commented 7 months ago

Dear @alekssmolkovic, sorry for the late review. This one went past me by accident!