Made examples possible to run all examples and throw out a dictionary of problems at the end (and whilst it's running, tried to ignore deprecation warnings

This commit is contained in:
Alan Saul 2013-06-05 17:15:26 +01:00
parent 527586a012
commit c5b3f70681
2 changed files with 37 additions and 6 deletions

View file

@ -1,6 +1,7 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
import core
import models