Lines Matching full:warnings
32 import warnings34 # Ignore deprecation warnings, they make our output more cluttered.35 warnings.filterwarnings("ignore", category=DeprecationWarning)