mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 14:56:24 +02:00
14 lines
189 B
Python
14 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')
|
|
|