From 4d66d8b34fca68e44c7e710569358063dae74c8e Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sun, 8 Oct 2023 23:29:01 +0200 Subject: [PATCH] migrate meanfunc_test to pytest --- GPy/testing/meanfunc_tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GPy/testing/meanfunc_tests.py b/GPy/testing/meanfunc_tests.py index 40064dff..d4ec2d98 100644 --- a/GPy/testing/meanfunc_tests.py +++ b/GPy/testing/meanfunc_tests.py @@ -1,12 +1,11 @@ # Copyright (c) 2015, James Hensman # Licensed under the BSD 3-clause license (see LICENSE.txt) -import unittest import numpy as np import GPy -class MFtests(unittest.TestCase): +class TestMF: def test_simple_mean_function(self): """ The simplest possible mean function. No parameters, just a simple Sinusoid.