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

MPI evaluator tutorial crashes on pass_root_logger_level #358

Open
EwoutH opened this issue May 23, 2024 · 0 comments
Open

MPI evaluator tutorial crashes on pass_root_logger_level #358

EwoutH opened this issue May 23, 2024 · 0 comments

Comments

@EwoutH
Copy link
Collaborator

EwoutH commented May 23, 2024

For some reason the tutorial currently crashes:

image

The error implicates the problem is with passing the pass_root_logger_level argument in ema_logging.log_to_stderr, which happens here in the tutorial:

if __name__ == "__main__":
    ema_logging.log_to_stderr(level=ema_logging.INFO, pass_root_logger_level=True)

Removing pass_root_logger_level=True resolves the issue. But this is weird and probably unintended behavior, because pass_root_logger_level=True was added to make sure all loggers where logging on the same level. See #299.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant