[libraries] added for plotting

This commit is contained in:
mzwiessele 2015-10-04 23:58:20 +01:00
parent 9ed6546420
commit 56aa16002e
2 changed files with 6 additions and 5 deletions

View file

@ -33,6 +33,7 @@
import matplotlib
matplotlib.use('pdf')
matplotlib.rcParams['figure.size'] = (4,3)
import nose
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')