aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
diff options
context:
space:
mode:
authorGravatar Jeremy Lau <lauj@google.com>2018-02-23 16:48:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-23 16:53:22 -0800
commitf230f639c53c3e9b54ba4b2c3f7650ba2daae307 (patch)
tree25448efdbff05d740270895d2dc6691dae10b69a /tensorflow/contrib/bayesflow
parent73b14e0c9b9ed70e7b44b5ea95ad2cef9feb7102 (diff)
Internal change.
PiperOrigin-RevId: 186843326
Diffstat (limited to 'tensorflow/contrib/bayesflow')
-rw-r--r--tensorflow/contrib/bayesflow/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/bayesflow/BUILD b/tensorflow/contrib/bayesflow/BUILD
index d7beb26e1b..08b29fb6bc 100644
--- a/tensorflow/contrib/bayesflow/BUILD
+++ b/tensorflow/contrib/bayesflow/BUILD
@@ -39,7 +39,7 @@ py_library(
cuda_py_test(
name = "metropolis_hastings_test",
- size = "medium",
+ size = "large",
srcs = ["python/kernel_tests/metropolis_hastings_test.py"],
additional_deps = [
":bayesflow_py",