mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 08:42:39 +02:00
15 lines
189 B
Python
15 lines
189 B
Python
|
|
'''
|
||
|
|
Created on 30 Sep 2015
|
||
|
|
|
||
|
|
@author: Max Zwiessele
|
||
|
|
'''
|
||
|
|
|
||
|
|
#!/usr/bin/env python
|
||
|
|
|
||
|
|
import matplotlib
|
||
|
|
matplotlib.use('svg')
|
||
|
|
|
||
|
|
import nose
|
||
|
|
nose.main('applygpy', defaultTest='applygpy/tests')
|
||
|
|
|