From 4a94933c191b1693969515bc62fcf03525fd4033 Mon Sep 17 00:00:00 2001 From: mu Date: Mon, 24 Feb 2014 18:44:39 +0000 Subject: [PATCH] Testing --- GPy/models/state_space_Old.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GPy/models/state_space_Old.py b/GPy/models/state_space_Old.py index a0e54022..cbf96d8a 100644 --- a/GPy/models/state_space_Old.py +++ b/GPy/models/state_space_Old.py @@ -1,4 +1,5 @@ -# Copyright (c) 2013, Arno Solin. +# CURRENTLY UNDER PROGRESS +# Copyright (c) 2013, Arno Solin. Edited by Mu # Licensed under the BSD 3-clause license (see LICENSE.txt) # # This implementation of converting GPs to state space models is based on the article: @@ -114,7 +115,7 @@ class StateSpace_Old(Model): V = np.tensordot(H[0],P,(0,0)) V = np.tensordot(V,H[0],(0,0)) V = V[:,None] - + stop # Return the posterior of the state return (m, V)