Don't use message added to cluster code

This commit is contained in:
Michael T Smith 2016-08-04 14:47:08 +01:00
parent e019b17cf9
commit 6f4d03178e

View file

@ -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