mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
Make directory structure match that of GPy
This commit is contained in:
parent
296c093611
commit
1e707f125c
10 changed files with 0 additions and 0 deletions
14
GPy/testing/cox_tests.py
Normal file
14
GPy/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