[copyrighting] and testing

This commit is contained in:
mzwiessele 2015-10-01 16:27:16 +01:00
parent e49ac97922
commit c5f428482e
3 changed files with 65 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import numpy as np
import GPy
class MFtests(unittest.TestCase):
def simple_mean_function():
def test_simple_mean_function(self):
"""
The simplest possible mean function. No parameters, just a simple Sinusoid.
"""