mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[libraries] added for plotting
This commit is contained in:
parent
a17e70263f
commit
31d210d357
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
import matplotlib
|
||||
matplotlib.use('pdf')
|
||||
matplotlib.rcParams[u'figure.figsize'] = (4,3)
|
||||
matplotlib.rcParams[u'text.usetex'] = False
|
||||
|
||||
import nose
|
||||
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue