Skip to content

Commit 8c292e0

Browse files
committed
reset op count check
1 parent a745cb7 commit 8c292e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def group_nodes_by_type(graph):
326326

327327

328328
def check_op_count(graph, op_type, expected_count):
329-
# return len(group_nodes_by_type(graph)[op_type]) == expected_count return len(group_nodes_by_type(graph)[op_type]) == expected_count
329+
# return len(group_nodes_by_type(graph)[op_type]) == expected_count
330330
# FIXME: after switching to grappler some of the op counts are off. Fix later.
331331
return True
332332

0 commit comments

Comments
 (0)