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

Develop #272

Merged
merged 14 commits into from
Jul 18, 2023
Merged

Develop #272

merged 14 commits into from
Jul 18, 2023

Conversation

sander-willems-bruker
Copy link
Collaborator

No description provided.

Yatagarasu50469 and others added 14 commits February 27, 2023 14:21
When parallelizing loading operations in a Ray environment, external libraries are automatically imported in external workers/subprocesses. Since several warnings were automatically logged on import (i.e., before there's been a chance to manually define logger filters/limits in the new subprocesses), this clutters the terminal/console with repeated and redundant notices. Moving the applicable calls into objects or definitions, and preventing their immediate calls at import time solves this issue.
When parallelizing loading operations in a Ray environment, external libraries are automatically imported in external workers/subprocesses. Since several warnings were automatically logged on import (i.e., before there's been a chance to manually define logger filters/limits in the new subprocesses), this clutters the terminal/console with repeated and redundant notices. Moving the applicable calls into objects or definitions, and preventing their immediate calls at import time solves this issue.
Remove Logging Messages at Import Time
(wip) added dockerfile and cicd to publish the image
@sander-willems-bruker sander-willems-bruker merged commit 14fcf38 into master Jul 18, 2023
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