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

Warning log on polarisation_recovery being not present even if it is #2

Open
nanoy42 opened this issue Jul 24, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@nanoy42
Copy link
Contributor

nanoy42 commented Jul 24, 2024

This is due to a typo in the mechanism for checking the configuration sections here:

if not "polarisation_revovery" in config:
logger.warning(
"bob.polarisation_recovery is missing from the configuration file. Using default values for all the parameters."
)

It should be recovery and not revovery.

@nanoy42 nanoy42 added the bug Something isn't working label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant