mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-14 16:32:15 +02:00
[plotting] skip on fail
This commit is contained in:
parent
88789611c2
commit
17bdec1bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
# SKIPPING PLOTTING BECAUSE IT BEHAVES DIFFERENTLY ON DIFFERENT
|
# SKIPPING PLOTTING BECAUSE IT BEHAVES DIFFERENTLY ON DIFFERENT
|
||||||
# SYSTEMS, AND WILL MISBEHAVE
|
# SYSTEMS, AND WILL MISBEHAVE
|
||||||
from nose import SkipTest
|
from nose import SkipTest
|
||||||
raise SkipTest("Skipping Matplotlib testing")
|
#raise SkipTest("Skipping Matplotlib testing")
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue