From 7e1a07073e92e9c5116aafa31aa127694f2cbc67 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 18 Mar 2014 16:48:55 +0000 Subject: [PATCH] all tests are now to check --- GPy/testing/{ => old_tests}/gp_transformation_tests.py | 0 GPy/testing/{ => old_tests}/gplvm_tests.py | 0 GPy/testing/{ => old_tests}/psi_stat_gradient_tests.py | 0 GPy/testing/{ => old_tests}/sparse_gplvm_tests.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename GPy/testing/{ => old_tests}/gp_transformation_tests.py (100%) rename GPy/testing/{ => old_tests}/gplvm_tests.py (100%) rename GPy/testing/{ => old_tests}/psi_stat_gradient_tests.py (100%) rename GPy/testing/{ => old_tests}/sparse_gplvm_tests.py (100%) diff --git a/GPy/testing/gp_transformation_tests.py b/GPy/testing/old_tests/gp_transformation_tests.py similarity index 100% rename from GPy/testing/gp_transformation_tests.py rename to GPy/testing/old_tests/gp_transformation_tests.py diff --git a/GPy/testing/gplvm_tests.py b/GPy/testing/old_tests/gplvm_tests.py similarity index 100% rename from GPy/testing/gplvm_tests.py rename to GPy/testing/old_tests/gplvm_tests.py diff --git a/GPy/testing/psi_stat_gradient_tests.py b/GPy/testing/old_tests/psi_stat_gradient_tests.py similarity index 100% rename from GPy/testing/psi_stat_gradient_tests.py rename to GPy/testing/old_tests/psi_stat_gradient_tests.py diff --git a/GPy/testing/sparse_gplvm_tests.py b/GPy/testing/old_tests/sparse_gplvm_tests.py similarity index 100% rename from GPy/testing/sparse_gplvm_tests.py rename to GPy/testing/old_tests/sparse_gplvm_tests.py