[plotting_tests] failed, because of same name?

This commit is contained in:
mzwiessele 2015-11-07 10:59:06 +00:00
parent 0c11ba0bf8
commit 9fb42cbe2a
3 changed files with 15 additions and 10 deletions

View file

@ -30,6 +30,9 @@
#===============================================================================
#!/usr/bin/env python
import matplotlib
matplotlib.use('agg')
import nose
nose.main('GPy', defaultTest='GPy/testing/')