Skip to content

Commit e41b5bf

Browse files
h-jootensorflower-gardener
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 867420373
1 parent 8bbe8b9 commit e41b5bf

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

  • discussion/adaptive_malt
  • tensorflow_probability/examples

discussion/adaptive_malt/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ py_library(
4545
py_test(
4646
name = "adaptive_malt_test",
4747
srcs = ["adaptive_malt_test.py"],
48+
strict_deps = False,
4849
deps = [
4950
":adaptive_malt",
5051
# absl/testing:absltest dep,

tensorflow_probability/examples/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ py_test(
6262
"--num_monte_carlo=4",
6363
],
6464
main = "bayesian_neural_network.py",
65+
strict_deps = False,
6566
tags = ["not_run:arm"],
6667
deps = [
6768
":bayesian_neural_network_lib",
@@ -108,6 +109,7 @@ py_test(
108109
"--enable_debug_logging",
109110
],
110111
main = "disentangled_vae.py",
112+
strict_deps = False,
111113
deps = [
112114
":disentangled_vae_lib",
113115
],
@@ -119,6 +121,7 @@ py_test(
119121
srcs = ["disentangled_vae_test.py"],
120122
main = "disentangled_vae_test.py",
121123
shard_count = 2,
124+
strict_deps = False,
122125
tags = [
123126
"no-oss-ci",
124127
"tf2-broken",
@@ -165,6 +168,7 @@ py_test(
165168
"--batch_size=8",
166169
],
167170
main = "logistic_regression.py",
171+
strict_deps = False,
168172
tags = ["tf2-kokoro-broken"],
169173
deps = [
170174
":logistic_regression_lib",
@@ -214,6 +218,7 @@ py_test(
214218
"--base_depth=2",
215219
],
216220
main = "vq_vae.py",
221+
strict_deps = False,
217222
tags = [
218223
"tf2-kokoro-broken",
219224
# TODO(b/147689726) Re-enable this test after contrib references are
@@ -258,6 +263,7 @@ py_test(
258263
"--batch_size=5",
259264
],
260265
main = "cifar10_bnn.py",
266+
strict_deps = False,
261267
tags = [
262268
"tf2-broken",
263269
"tf2-kokoro-broken",

tensorflow_probability/examples/statistical_rethinking/rethinking/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ py_test(
4848
name = "quap_test",
4949
size = "large",
5050
srcs = ["quap_test.py"],
51+
strict_deps = False,
5152
deps = [
5253
":rethinking",
5354
# tensorflow dep,

0 commit comments

Comments
 (0)