mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 05:46:24 +02:00
Initial commit, setting up the laplace approximation for a student t
This commit is contained in:
parent
67248ab7c2
commit
68eb83955c
5 changed files with 175 additions and 0 deletions
14
python/testing/cox_tests.py
Normal file
14
python/testing/cox_tests.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Copyright (c) 2013, Alan Saul
|
||||
|
||||
import unittest
|
||||
import numpy as np
|
||||
import GPy
|
||||
|
||||
class coxGPTests(unittest.TestCase):
|
||||
def test_laplace_approx(self):
|
||||
pass
|
||||
|
||||
if __name__ == "__main__":
|
||||
print "Running unit tests, please be (very) patient..."
|
||||
unittest.main()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue