mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 22:06:22 +02:00
[plotting] still testing the testing
This commit is contained in:
parent
1376113405
commit
0116b03f3c
7 changed files with 32 additions and 28 deletions
|
|
@ -33,6 +33,8 @@
|
|||
import matplotlib
|
||||
matplotlib.use('agg')
|
||||
|
||||
import nose
|
||||
nose.main('GPy', defaultTest='GPy/testing/')
|
||||
import nose, warnings
|
||||
with warnings.catch_warnings():
|
||||
warnings.simplefilter("ignore")
|
||||
nose.main('GPy', defaultTest='GPy/testing/')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue