Ignore plotly custom warnings

This commit is contained in:
allegroai 2020-05-13 20:33:50 +03:00
parent 0dec7c0e9e
commit 31a78d27d7

View File

@ -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