Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sectors not respected when running not necessary #8

Open
DavidMStraub opened this issue Jun 20, 2018 · 0 comments
Open

Sectors not respected when running not necessary #8

DavidMStraub opened this issue Jun 20, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DavidMStraub
Copy link
Member

DavidMStraub commented Jun 20, 2018

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

wilson/wilson/classes.py

Lines 88 to 89 in a4bb794

if self.wc.basis == basis and self.wc.eft == eft and scale == self.wc.scale:
return self.wc # nothing to do

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.

@DavidMStraub DavidMStraub self-assigned this Jun 20, 2018
@peterstangl peterstangl added the enhancement New feature or request label Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants