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

How to suppress UnderReviewWarning? #945

Closed
rusmux opened this issue Nov 12, 2022 · 1 comment
Closed

How to suppress UnderReviewWarning? #945

rusmux opened this issue Nov 12, 2022 · 1 comment
Labels
question Further information is requested

Comments

@rusmux
Copy link

rusmux commented Nov 12, 2022

❓ Questions and Help

Before asking:

  1. search the issues.
  2. search the docs.

What is your question?

Every time pl_bolts is imported, UnderReviewWarning is displayed. When using multiple workers for data loaders, many copies of this warning appear. And it also pollutes the CLI documentation (see below). Is there a way to suppress them?

Code

What have you tried?

I have tried to put

import warnings
warnings.filterwarnings("ignore")

before importing pl_bolts, but it doesn't help, the warnings are still displayed.

What's your environment?

  • OS: macOS 13.0.1
  • Packaging pip
  • Version 0.6.0.post1

Picture 132

@rusmux rusmux added the question Further information is requested label Nov 12, 2022
@rusmux
Copy link
Author

rusmux commented Nov 13, 2022

Already discussed here: #563

@rusmux rusmux closed this as completed Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant