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

Sectors not respected when running not necessary #8

Open DavidMStraub opened 6 years ago

DavidMStraub commented 6 years ago

When running or matching is not necessary in match_run, the input WC instance is returned:

https://github.com/wilson-eft/wilson/blob/a4bb7946218e2f569470ff080e7ec28805d661c7/wilson/classes.py#L88-L89

However in this case the sectors keyword argument is ignored, i.e. also Wilson coefficients from different sectors can be returned. This might not be what the user expects. Either the output coefficients should be filtered or a warning issued.