Make directory structure match that of GPy

This commit is contained in:
Alan Saul 2013-04-15 12:10:42 +01:00
parent 296c093611
commit 1e707f125c
10 changed files with 0 additions and 0 deletions

View file

@ -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()