From 6f4d03178ebdc1967d5aeefbb1ca7ca5ab3923b3 Mon Sep 17 00:00:00 2001 From: Michael T Smith Date: Thu, 4 Aug 2016 14:47:08 +0100 Subject: [PATCH] Don't use message added to cluster code --- GPy/util/threaded_cluster_with_offset.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GPy/util/threaded_cluster_with_offset.py b/GPy/util/threaded_cluster_with_offset.py index 66192c9f..6818f5ec 100644 --- a/GPy/util/threaded_cluster_with_offset.py +++ b/GPy/util/threaded_cluster_with_offset.py @@ -1,6 +1,9 @@ # Copyright (c) 2016, Mike Smith # Licensed under the BSD 3-clause license (see LICENSE.txt) +# Not recommended for use at the moment - the threading here doesn't +# work due to the global interpreter lock. + import GPy import numpy as np import time