mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
migrate meanfunc_test to pytest
This commit is contained in:
parent
3935b7203e
commit
4d66d8b34f
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue