some initial work on ties

This commit is contained in:
James Hensman 2014-05-09 09:13:10 +01:00
parent 37e46b5da3
commit c554c91339
5 changed files with 80 additions and 24 deletions

View file

@ -1,8 +1,5 @@
'''
Created on 12 Feb 2014
@author: maxz
'''
# Copyright (c) 2014, Max Zwiessele
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import unittest
import numpy as np
from GPy.core.parameterization.index_operations import ParameterIndexOperations,\
@ -99,4 +96,4 @@ class Test(unittest.TestCase):
if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.test_index_view']
unittest.main()
unittest.main()