[API Compatibility No.3、38] add parameter out and alias for bitwise_and -part
PR Category
User Experience
PR Types
New features
Description
- 为
paddle.bitwise_and和paddle.bitwise_and添加参数别名 - 为新增参数别名添加单测
你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.
/re-run all-failed
Codecov Report
:x: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.
:warning: Please upload report for BASE (develop@62a3a93). Learn more about missing BASE report.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| python/paddle/tensor/logic.py | 71.42% | 2 Missing :warning: |
:x: Your patch status has failed because the patch coverage (75.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.
Additional details and impacted files
@@ Coverage Diff @@
## develop #76705 +/- ##
==========================================
Coverage ? 75.00%
==========================================
Files ? 2
Lines ? 8
Branches ? 0
==========================================
Hits ? 6
Misses ? 2
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
/re-run all-failed
我在运行单测时会报以下错误:
Start testing: Dec 03 22:13 中国标准时间
----------------------------------------------------------
1192/2302 Testing: test_bitwise_op
1192/2302 Test: test_bitwise_op
Command: "D:/Program Files/CMake/bin/cmake.exe" "-E" "env" "PYTHONPATH=D:/Lenovo/Paddle/build/python" "D:/Users/Lenovo/AppData/Local/Programs/Python/Python310/python.exe" "D:/Lenovo/Paddle/tools/test_runner.py" "test_bitwise_op"
Directory: D:/Lenovo/Paddle/build/test/legacy_test
"test_bitwise_op" start time: Dec 03 22:13 中国标准时间
Output:
----------------------------------------------------------
I1203 22:13:21.871088 29436 program_interpreter.cc:257] New Executor is Running.
WARNING: Logging before InitGoogleLogging() is written to STDERR
W1203 22:13:21.871088 29436 gpu_resources.cc:116] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 13.0, Runtime API Version: 13.0
Access violation
<end of output>
Test time = 5.05 sec
----------------------------------------------------------
Test Failed.
"test_bitwise_op" end time: Dec 03 22:13 中国标准时间
"test_bitwise_op" time elapsed: 00:00:05
----------------------------------------------------------
End testing: Dec 03 22:13 中国标准时间
错误信息太少,先试试流水线能不能跑通
/re-run all-failed
/re-run all-failed
/re-run all-failed
/re-run all-failed
/re-run all-failed