Skip to content

Commit

Permalink
Update test_elementwise_heaviside_op.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OccupyMars2025 authored May 8, 2022
1 parent aeea63a commit 22127a9
Showing 1 changed file with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -377,4 +363,4 @@ def test_input_xy():


if __name__ == '__main__':
unittest.main()
unittest.main()

1 comment on commit 22127a9

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 22127a9 May 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #42569 Commit ID: 22127a9 contains failed CI.

🔹 Failed: PR-CI-APPROVAL

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Static-Check

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Windows

Unknown Failed
Unknown Failed

Please sign in to comment.