mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[plotting] updated for test skips
This commit is contained in:
parent
e0c70a52a0
commit
4dd45844ee
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -36,5 +36,5 @@ matplotlib.use('agg')
|
|||
import nose, warnings
|
||||
with warnings.catch_warnings():
|
||||
warnings.simplefilter("ignore")
|
||||
nose.main('GPy', defaultTest='GPy/testing/', argv=['', '--show-skipped'])
|
||||
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py', argv=['', '--show-skipped'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue