From 22127a90d111d324413c186959b3c6b0e6423dc0 Mon Sep 17 00:00:00 2001 From: SmirnovKol <31559413+SmirnovKol@users.noreply.github.com> Date: Sun, 8 May 2022 14:11:22 +0800 Subject: [PATCH] Update test_elementwise_heaviside_op.py --- .../unittests/test_elementwise_heaviside_op.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/python/paddle/fluid/tests/unittests/test_elementwise_heaviside_op.py b/python/paddle/fluid/tests/unittests/test_elementwise_heaviside_op.py index eae1d7558dfc8..c057ea5fbcb44 100644 --- a/python/paddle/fluid/tests/unittests/test_elementwise_heaviside_op.py +++ b/python/paddle/fluid/tests/unittests/test_elementwise_heaviside_op.py @@ -1,17 +1,3 @@ -# # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. -# # -# # Licensed under the Apache License, Version 2.0 (the "License"); -# # you may not use this file except in compliance with the License. -# # You may obtain a copy of the License at -# # -# # http://www.apache.org/licenses/LICENSE-2.0 -# # -# # Unless required by applicable law or agreed to in writing, software -# # distributed under the License is distributed on an "AS IS" BASIS, -# # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# # See the License for the specific language governing permissions and -# # limitations under the License. - # from __future__ import print_function # import unittest # import numpy as np @@ -377,4 +363,4 @@ def test_input_xy(): if __name__ == '__main__': - unittest.main() \ No newline at end of file + unittest.main()