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.
This is due to a typo in the mechanism for checking the configuration sections here:
qosst-core/qosst_core/configuration/bob.py
Lines 751 to 754 in f89dc15
It should be recovery and not revovery.