[plotting] cleanup first commit, this cleans the plotting library and adds plotting tests

This commit is contained in:
mzwiessele 2015-10-02 18:26:17 +01:00
parent fee2f3f727
commit b9bfd0fc6d
10 changed files with 200 additions and 690 deletions

View file

@ -13,7 +13,7 @@
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# * Neither the name of paramax nor the names of its
# * Neither the name of GPy nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
@ -32,8 +32,8 @@
#!/usr/bin/env python
import matplotlib
matplotlib.use('svg')
matplotlib.use('agg')
import nose
nose.main('GPy', defaultTest='GPy/testing')
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')