From 1464c1253fecbef98956e8615b09ae021df75f35 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Tue, 10 Oct 2023 18:56:36 +0200 Subject: [PATCH] format on save --- GPy/testing/pickle_tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/GPy/testing/pickle_tests.py b/GPy/testing/pickle_tests.py index bf7c4044..fd2c6189 100644 --- a/GPy/testing/pickle_tests.py +++ b/GPy/testing/pickle_tests.py @@ -3,8 +3,6 @@ Created on 13 Mar 2014 @author: maxz """ -import unittest, itertools - # import cPickle as pickle import pickle import numpy as np @@ -13,7 +11,6 @@ from GPy.examples.dimensionality_reduction import mrd_simulation from GPy.core.parameterization.variational import NormalPosterior from GPy.models.gp_regression import GPRegression import GPy -from nose import SkipTest def toy_model():