Removing set of numpy random seed

This commit is contained in:
Scott Linderman 2014-11-12 19:25:04 -05:00
parent 585a3b00f8
commit c900ee0f70

View file

@ -1,7 +1,7 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as _np import numpy as _np
default_seed = _np.random.seed(123344) default_seed = 123344
def bgplvm_test_model(seed=default_seed, optimize=False, verbose=1, plot=False): def bgplvm_test_model(seed=default_seed, optimize=False, verbose=1, plot=False):
""" """