mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Ignore plotly custom warnings
This commit is contained in:
parent
0dec7c0e9e
commit
31a78d27d7
@ -107,6 +107,7 @@ class PatchedMatplotlib:
|
||||
import warnings
|
||||
warnings.filterwarnings(action='ignore', category=matplotlib.MatplotlibDeprecationWarning,
|
||||
module='plotly')
|
||||
warnings.filterwarnings(action='ignore', category=UserWarning, module='plotly')
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user