migrate meanfunc_test to pytest

This commit is contained in:
Martin Bubel 2023-10-08 23:29:01 +02:00
parent 3935b7203e
commit 4d66d8b34f

View file

@ -1,12 +1,11 @@
# Copyright (c) 2015, James Hensman # Copyright (c) 2015, James Hensman
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
import unittest
import numpy as np import numpy as np
import GPy import GPy
class MFtests(unittest.TestCase): class TestMF:
def test_simple_mean_function(self): def test_simple_mean_function(self):
""" """
The simplest possible mean function. No parameters, just a simple Sinusoid. The simplest possible mean function. No parameters, just a simple Sinusoid.