Skip to content

Commit

Permalink
Update test_op_level1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Oct 7, 2018
1 parent 710af08 commit ea07f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_op_level1.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_softmax():
ib.ret(func)

func = relay.ir_pass.infer_type(ib.env, func.to_func())
ftype = func.checked_type()
ftype = func.checked_type
assert ftype.ret_type == relay.ty.TensorType((n, d), "float32")


Expand Down

0 comments on commit ea07f74

Please sign in to comment.