From 0971a3faa4d6d88b75fdcf69f7114c0a820e0c99 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Mon, 11 Mar 2013 16:50:44 +0000 Subject: [PATCH] changed the filename from BGPLVM to Bayesian_GPLVM to tidy the namespace a little --- GPy/models/{BGPLVM.py => Bayesian_GPLVM.py} | 0 GPy/models/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename GPy/models/{BGPLVM.py => Bayesian_GPLVM.py} (100%) diff --git a/GPy/models/BGPLVM.py b/GPy/models/Bayesian_GPLVM.py similarity index 100% rename from GPy/models/BGPLVM.py rename to GPy/models/Bayesian_GPLVM.py diff --git a/GPy/models/__init__.py b/GPy/models/__init__.py index c099d0d5..22aa803c 100644 --- a/GPy/models/__init__.py +++ b/GPy/models/__init__.py @@ -10,4 +10,4 @@ from GPLVM import GPLVM from warped_GP import warpedGP from sparse_GPLVM import sparse_GPLVM from uncollapsed_sparse_GP import uncollapsed_sparse_GP -from BGPLVM import Bayesian_GPLVM +from Bayesian_GPLVM import Bayesian_GPLVM