mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +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
|
|
@ -1,14 +0,0 @@
|
|||
# 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