Skip to content

Commit

Permalink
[Relay][Dataflow] Fix test_rewrite_function_with_fuzzy_body test check (
Browse files Browse the repository at this point in the history
  • Loading branch information
zackcquic authored Jun 21, 2021
1 parent ca99552 commit 247b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_dataflow_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ def callback(self, pre, post, node_map):
return x + w

out = rewrite(TestRewrite(), expr)
assert tvm.ir.structural_equal(x + w, x + w)
assert tvm.ir.structural_equal(out, x + w + b)


def test_partition_function_with_fuzzy_body():
Expand Down

0 comments on commit 247b1c4

Please sign in to comment.