Skip to content

Commit 94df7b1

Browse files
committed
added cascading flows test
1 parent 8cd8e7c commit 94df7b1

File tree

1 file changed

+16
-1
lines changed
  • tensorflow_probability/python/experimental/vi

1 file changed

+16
-1
lines changed

tensorflow_probability/python/experimental/vi/BUILD

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ py_library(
7474
srcs_version = "PY3",
7575
deps = [
7676
# tensorflow dep,
77-
7877
"//tensorflow_probability/python/bijectors:build_highway_flow_layer",
7978
"//tensorflow_probability/python/bijectors:chain",
8079
"//tensorflow_probability/python/bijectors:reshape",
@@ -143,6 +142,22 @@ py_test(
143142
],
144143
)
145144

145+
py_test(
146+
name = "cascading_flows_test",
147+
size = "large",
148+
srcs = ["cascading_flows_test.py"],
149+
python_version = "PY3",
150+
shard_count = 4,
151+
srcs_version = "PY3",
152+
deps = [
153+
# absl/testing:parameterized dep,
154+
# numpy dep,
155+
# tensorflow dep,
156+
"//tensorflow_probability",
157+
"//tensorflow_probability/python/internal:test_util",
158+
],
159+
)
160+
146161
py_test(
147162
name = "surrogate_posteriors_test",
148163
size = "large",

0 commit comments

Comments
 (0)