You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
importwarningswarnings.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
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
Before asking:
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
before importing pl_bolts, but it doesn't help, the warnings are still displayed.
What's your environment?
The text was updated successfully, but these errors were encountered: