Skip to content

Commit

Permalink
Remove redundant line as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
inadob committed Feb 26, 2020
1 parent 71e7975 commit 6c4726d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ def _test_neg(data):
def _test_square(data):
""" One iteration of square """
return _test_unary_elemwise(math_ops.square, data)
#######################################################################

def _test_forward_unary_elemwise(test_op):
# functions that need positive input
Expand Down

0 comments on commit 6c4726d

Please sign in to comment.