[plotting] library is unfolding and should be working tonight

This commit is contained in:
mzwiessele 2015-10-03 13:59:01 +01:00
parent a6c0d82ef7
commit c3afb4eaaf
13 changed files with 648 additions and 263 deletions

View file

@ -30,6 +30,10 @@
import numpy as np
import GPy, os, sys
from nose import SkipTest
raise SkipTest('Not Testing plotting yet, will be later')
try:
from matplotlib import cbook
except: