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

Fix calling _set_cache() #110

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Conversation

alekssmolkovic
Copy link
Contributor

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
Copy link
Collaborator

dvandyk commented Feb 22, 2024

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

@dvandyk dvandyk merged commit 3edd495 into wilson-eft:master Feb 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants