提交 e464ba49 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Make sure ifelse is imported before the JAX test is run

上级 d5b9940d
...@@ -424,6 +424,8 @@ def test_jax_IncSubtensor(): ...@@ -424,6 +424,8 @@ def test_jax_IncSubtensor():
def test_jax_ifelse(): def test_jax_ifelse():
import theano.ifelse
true_vals = np.r_[1, 2, 3] true_vals = np.r_[1, 2, 3]
false_vals = np.r_[-1, -2, -3] false_vals = np.r_[-1, -2, -3]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论